#kubernetes
Read more stories on Hashnode
Articles with this tag
1.What is Kubernetes and why it is important? Kubernetes also known as K8s or kube is an open source container orchestration platform that automates...
Managing Persistent Volumes in Your DeploymentHello folks! In this post I will be talking about☸ Persistent Volumes☸ Persistent Volume claims☸ How to...
Hello folks! Today, I am going to talk about and implement ConfigMaps and Secrets in Kubernetes. In this article, I have discussed ConfigMaps and...
What are Services in K8s In Kubernetes, Services are objects that provide stable network identities to Pods and abstract away the details of Pod IP...
What are Namespaces and Services in k8s In Kubernetes, Namespaces are used to create isolated environments for resources. Each Namespace is like a...
What is Deployment in k8s A Deployment provides a configuration for updates for Pods and ReplicaSets. You describe a desired state in a Deployment,...