#kubernetes
Read more stories on Hashnode
Articles with this tag
Project Description: The project involves deploying a Netflix clone web application on a Kubernetes cluster, a popular container orchestration...
What is Kubernetes and why is it important? -Kubernetes stands as an open-source container orchestration platform, streamlining the deployment,...
After successfully tackling ConfigMaps and Secrets in our last session, we're gearing up for a deep dive into managing persistent volumes in our...
What are ConfigMaps and Secrets in k8s In Kubernetes, ConfigMaps and Secrets are used to store configuration data and secrets, respectively....
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...
Discovering Kubernetes "Namespaces" Unveiling their advantages and understanding their necessity. Kubernetes, also known as K8s, serves as an...