Blog

Your dream job? Lets Git IT.
Interactive technical interview preparation platform designed for modern developers.

XGitHub

Platform

  • Categories

Resources

  • Blog
  • About the app
  • FAQ
  • Feedback

Legal

  • Privacy Policy
  • Terms of Service

© 2025 LetsGit.IT. All rights reserved.

LetsGit.IT/Categories/Cloud
Cloudhard

Kubernetes Basic Concepts?

Tags
#kubernetes#orchestration#container
Back to categoryPractice quiz

Answer

Kubernetes is a container orchestration system. Core concepts include a cluster (control plane + worker nodes), pods as the smallest deployable unit running containers, deployments/statefulsets for desired replica state, services/ingress for networking, and ConfigMaps/Secrets and Namespaces for configuration and isolation.

Related questions

Cloud
Kubernetes autoscaling: HPA vs Cluster Autoscaler - what does each scale?
#kubernetes#autoscaling#hpa
Cloud
Kubernetes Service vs Ingress vs LoadBalancer: what does each do?
#kubernetes#networking#ingress
Microservices
Saga orchestration vs choreography — what’s the difference?
#saga#orchestration#choreography
Microservices
What is service discovery and why is it needed?
#service-discovery#registry#kubernetes