Question
In Kubernetes you have heard of these things: service, deployment, HPA, pod, ingress, secret, configmap, and node. What are they?
Answer
Click on the relevant question for its answer:
What is a Secret in Kubernetes?
What is a ConfigMap in Kubernetes?
What is a Deployment in Kubernetes?
What is an Ingress Resource in Kubernetes? There is a second article that contrasts it with a Service here.
What is an HPA in Kubernetes?
What is a Service in Kubernetes? There is a separate article that contrasts it with an ingress resource here.
What Is the Difference between a Node and a Pod in Kubernetes?