What is Serverless? Serverless is a way to describe the services, practices, and strategies that enable you to build more agile applications so you can innovate and respond to change faster. With serverless computing, infrastructure management tasks like capacity provisioning and patching are..
Container Orchestration with Kubernetes
Introduction to Container Orchestration As the container environments became complex to manage, there was a need for tools to automate provisioning, deploying, scheduling, scaling, and load balancing of containers. So, container orchestration tools came into play. Container Orchestration with..
Introduction to Container Runtime
What is a container? A container is a unit of software that is executable packaged with application code and all its dependencies. These software programs give virtual isolation for an application, to run on an operating system. This allows the application to be run seamlessly in any environment..