#kubernetes
Read more stories on Hashnode
Articles with this tag
AWS:- AWS stands for Amazon Web Services, which is a comprehensive and widely used cloud computing platform provided by Amazon. AWS offers a broad set...
Hello all, Here are some important questions which help you in the interview preparations for Kubernetes. Questions:- What is Kubernetes and why it...
Persistent Volumes in k8s:- In Kubernetes (k8s), a Persistent Volume (PV) is a piece of storage in the cluster that has been provisioned by an...
Configmaps in Kubernetes:- In Kubernetes, ConfigMaps are a way to decouple configuration artefacts from containerized applications. They provide a...
Services in k8:- In Kubernetes (often abbreviated as K8s), services are crucial in facilitating communication between different parts of an...
Namespaces in k8s In Kubernetes (k8s), namespaces are a way to divide cluster resources between multiple users, teams, or projects. They provide a...