Tag view

#devops

Cross-subject tag search for related interview cards.

Clear

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

Tagged with devops

25 cards

DevOps Easy Theory

AWS S3 basics

S3 is durable object storage used for files, backups, logs, static assets, and data lake style workloads.

  • Object storage not block storage
  • Highly durable
  • Great for static files and archives

AWS S3 basics

DevOps Easy Theory

Docker basics

Docker packages an app with its runtime and dependencies into a portable container image.

  • Image is a blueprint
  • Container is a running instance
  • Improves environment consistency

Docker basics

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

Load balancer types in AWS

AWS offers load balancers for different layers, with ALB for HTTP/S, NLB for very high-performance TCP/UDP, and GWLB for network appliances.

  • ALB is app-layer aware
  • NLB is lower-level and fast
  • Choose based on protocol and routing needs

Load balancer types in AWS