#kubernetes-architecture
Read more stories on Hashnode
Articles with this tag
Rolling Updates and Rollbacks Rollout and Versioning When you first create a deployment, it triggers a rollout. A new rollout creates a new...
Manual Scheduling Every pod has a field named nodeName, which by default is not set. Kubernetes adds it automatically. The scheduler goes through...
What is Kubernetes? Kubernetes, also known as K8s, is an open-source container orchestration tool for automating the deployment, scaling, and...