Tag view

#kubernetes

Cross-subject tag search for related interview cards.

Clear

Results update as you type. Press / to jump straight into search.

Tagged with kubernetes

9 cards

DevOps Medium Theory

Kubernetes basics

Kubernetes orchestrates containers across machines and handles scheduling, scaling, and service discovery.

  • Pod is smallest deployable unit
  • Deployment manages replicas
  • Service provides stable access

Kubernetes basics

DevOps Medium Theory

What is EKS?

EKS is Amazon's managed Kubernetes control plane service.

  • AWS manages control plane
  • You still manage nodes or Fargate choices
  • Useful when you want Kubernetes without self-hosting masters

What is EKS?