Kubernetes aka k8s is an open-source container orchestration tool, it allows you to manage containers' clusters using concepts such as pods, replicasets, and deployments. Pods are groups of containers that work together to run an application, Replicasets ensure that the number of running pods matches the number specified in the configuration, on the other hand, Deployments manage application updates by defining scaling and rollback policies.
The source codes of the articles in this category are present in this folder.
- Spring Boot Microservices Deployment to Kubernetes with Helm via GitLab CI
- Deploying a Spring Boot App with Docker in a Kubernetes Cluster
More tech content is available on the blog and on YouTube, subscribe to the monthly activities newsletter to be kept posted ✅
Click here to contribute to the community, we have many activites going on.