#kubernetes
Read more stories on Hashnode
Articles with this tag
The idea of decoupling a large monolithic application into sub-components is known as microservices and it enables us to develop and deploy a set of...
Init containers are special containers & kubernetes will always execute them to completion before the main containers are executed. In simple, before...
In a real-time scenario, we must encounter failures related to the accidental deletion of resources-definition.yaml files or we want to use earlier...
In a real scenario, the applications which are running on a kubernetes cluster have some versions and these versions change regularly as per the...
What if there is no Kube API server, no Kube scheduler, no controllers, no etcd, no master, and no other nodes. Just only one node having a kubelet &...