#k8s
Read more stories on Hashnode
Articles with this tag
What is a Kubernetes ConfigMap In Kubernetes, a ConfigMap is an API object used to store non-confidential configuration data for applications running...
What is a Custom Resource In Kubernetes, a custom resource (CR) is an extension mechanism that allows users to define their own API resources and...
RBAC RBAC stands for Role-Based Access Control, which is a security mechanism used by Kubernetes to control access to Kubernetes resources. RBAC...
What is Ingress In Kubernetes, ingress is a way to expose HTTP and HTTPS services running within a cluster to the outside world. It acts as a traffic...
container vs pod In container orchestration platforms such as Kubernetes, a pod is the smallest deployable unit representing a single instance of a...
Introduction The reason behind the k8s acronym is Kubernetes has a total of 10 letters so the letters between "K" and "S" are 8 so it is called...