Azure Kubernetes Services (AKS) Replica set and deployment
Posted on January 19, 2023
#Series:- #Part 5:- In Kubernetes, replicas refer to the number of copies of a specific pod running in a cluster. Replication in a microservice architecture helps to provide high availability and fault tolerance for your services.
Deployment with Kubernetes with sample example
Posted on January 18, 2023
#Series:- #Part 4:- To deploy an application with Kubernetes, you need to create a manifest file that defines the desired state of your application and its resources. The manifest file should include information such as the number of replicas, the container image, and the ports that the application will use.
How to create Azure Kubernetes Service (AKS)?
Posted on January 18, 2023
#Series:- #Part 3:- Azure Kubernetes Service (AKS) is a fully managed service for deploying and managing containerized applications using Kubernetes on Azure.
Beginners 'Build your own Dockerfile, Image, and Container
Posted on January 15, 2023
#Series:- #Part 2:- Microservice, Docker, and Kubernetes: Linux containers are the way to build a self-contained environment that includes software, libraries, and other tools. This guide describes how to build a docker image that you can use for the running container.
Beginners 'Introduction (Microservice, Docker, Kubernetes Series) : What is docker?
Posted on January 13, 2023
#Series:- #Part 1:- Microservice, Docker, and Kubernetes:- Docker is a platform that allows developers to easily create, deploy, and run applications in containers.
The software evolution that brought us here
Posted on January 11, 2023
There are two major software development evolutions that enabled the popularity of containers and Kubernetes.