Mar 5, 2021Azure Kubernetes Service: Industrial Use casesLet’s start by understanding what AKS is. Azure has been a game changer for Microsoft, and Azure Kubernetes Service simplifies the deployment of a managed Kubernetes cluster in Azure by offloading most of the complexity and operational overhead to Azure. Azure manages the master node, and all we have to do is manage and maintain the agent node. So as a managed Kubernetes service, AKS is basically free. Hence the popularity.1 min read1 min read
Dec 26, 2020Kubernetes: Industrial Use cases and ApplicationsSo what is Kubernetes? Kubernetes is open source software that allows you to deploy and manage containerized applications at scale. And, containerization is defined as a form of operating system virtualization, through which applications are run in isolated user spaces called containers, all using the same shared operating system (OS). So a container is essentially a fully packaged and portable computing environment.Kubernetes1 min readKubernetes1 min read
Dec 1, 2020Ansible: Industrial Use CasesLets start with what ansible is: Ansible is an open-source (free to use for all for learning and developing) automation tool. It can be used to manage configurations, deployment of applications, orchestrating (integrating) multiple services and provisioning (setting up the IT infrastructure) and more just by writing a simple yaml…Ansible2 min readAnsible2 min read
Nov 9, 2020Enabling users to use the most powerful technologies by just pressing a number: Hadoop, Docker, Linux everything in one menu!!To make technology reachable to the masses we must come up with ways in which the user has very little to no knowledge of the said technologies and is still able to use them as if they were at the tips of their fingers. By making a python menu of…Hadoop6 min readHadoop6 min read
Nov 7, 2020AWS CloudFront serviceAWS has lots of services, some I’ve explored and written about before, and some I’m yet to explore. For this article let’s stick to its CloudFront service. Amazon CloudFront is a fast content delivery network (CDN) service that securely delivers data, photos, APIs, Applications etc. …AWS4 min readAWS4 min read
Oct 21, 2020What are the benefits MNC’s are getting from AI/ML?AI, ML seem to be some of the most trending terms in the technological world at the moment. So what are they? And more importantly, why are they so important? The answers lay in the enormous and unimaginable benefits they are lending to MNCs (Multi National Companies). Let us take…AI3 min readAI3 min read
Oct 19, 2020Operating AWS using CLIIn order to automate, we need to use the CLI commands. Knowing how to use AWS from command line interface is thus essential if we want to automate or create anything using it’s enormous power. I’ve concentrated more on the approach of learning how to find the commands behind: Creating…Arth3 min readArth3 min read
Oct 6, 2020Power of Linux within a mobile appLinux, the name is everywhere. Whether you are a techie or a layman, everyone has seen the black screen in movies that the hackers keep typing on and get unimaginable things done on, within moments. Yes, the supremely powerful Linux shell is what I’m talking about. Not everyone has enough…Linux2 min readLinux2 min read