#interview
Read more stories on Hashnode
Articles with this tag
Explain the main components of Terraform. The main components of Terraform include: Providers: These interact with APIs of various infrastructure...
What is Helm, and why is it used in Kubernetes? Helm is a package manager for Kubernetes that simplifies the deployment and management of Kubernetes...
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...
What is a Kubernetes Deployment, and why is it used? A Kubernetes Deployment is like a blueprint for your application. It's used to make sure your...