Application Lifecycle Management
Rolling Updates, Rollbacks, ConfigMaps, Env Variables, Secrets, Mutli container pods, Init Containers, Self Healing Applications
Search for a command to run...
Articles tagged with #kubernetes
Rolling Updates, Rollbacks, ConfigMaps, Env Variables, Secrets, Mutli container pods, Init Containers, Self Healing Applications
Pod Networking, CNI, WeaveWorks CNI, IPAM, DNS in Kubernetes
Kubernetes does not have a full-featured built-in monitoring solution. Heapster was there to monitor and analyze Kubernetes which is now deprecated.You can download Metrics Server binaries and setup in K8s cluster. A Metrics Server available for each...
How does Kubernetes schedule a pod on a node?- Using a kube-scheduler component. Let's see how the scheduler schedules the pods in the cluster. The scheduler goes through all the pods and takes those pods which do not have the NodeName field. It then...
Create a pod using a YAML-based configuration file Kubernetes takes YAML file as input for the creation of objects such as Pods, Replicas, Deployment, Services etc. In YAML configuration file four fields are mandatory : apiVersion: version of Kubern...
Why Kubernetes is so important? Going back in time will give you an answer, so here it is. For microservice architecture and container deployment era, Kubernetes is the best platform. Kubernetes provides you with a framework to run distributed syste...
