#cloud-native
Read more stories on Hashnode
Articles with this tag
What is ReplicaSet ? ReplicaSet object is used to maintain a stable set of replicated pods running within a cluster at any given time. Its purpose is...
Do you feel lost in your career? Are you looking to upskill yourself ? Give your career a boost with CLOUD NATIVE skills Cloud native is an approach...
What is Pod and Why Kuberenetes use Pods? Pod is a running process in cluster. It contains one or more container such as docker container. In pod...
Deployments before Kubernetes Before starting what is Kubernetes and lets understand how deployments were taking place before Kubernetes. we were...
What is Kubernetes Deployments? After reading this post you will be understanding the high level of Kubernetes Deployments, its advantages of this,...