#kubernetes
Read more stories on Hashnode
Articles with this tag
Mutating Admission Controllers Purpose: Mutating Admission Controllers intercept incoming requests to the Kubernetes API server and can modify the...
ImagePullBackoff Scenario Suppose you have a Kubernetes cluster, and you've deployed a pod using the following YAML configuration: apiVersion:...
What are Custom Resources in Kubernetes? Custom Resources (CRs) are an extension mechanism in Kubernetes that allows you to define and use custom...
Secrets: What is a Kubernetes Secret, and why is it used? A Secret is an object in Kubernetes used to store sensitive information, such as API keys,...
1. What is Kubernetes Ingress, and why is it used? Kubernetes Ingress is an API object that manages external access to services within a Kubernetes...
What is a Kubernetes Service, and why is it used? A Kubernetes Service is a stable endpoint that abstracts the network access to a set of Pods. It's...