kubernetes Roadmap

Step by step guide to becoming an Android developer.

Back to home

Legend

Propose
Alternatives
Options

1 Introduction

What is Kubernetes?
Why Kubernetes?
Container Fundamentals

2 Kubernetes Architecture

Control Plane
Worker Nodes
Kubectl CLI
Cluster Setup

3 Workloads

Pods
Deployments
StatefulSets
DaemonSets
Jobs & CronJobs

4 Configuration & Secrets

ConfigMaps
Secrets
Resource Manifests (YAML)

5 Services & Networking

Services
Ingress
Network Policies
Container Network Interface (CNI)

6 Storage

Volumes
PersistentVolumes (PV)
PersistentVolumeClaims (PVC)
StorageClasses

7 Scheduling

Scheduler Basics
Labels and Selectors
Taints and Tolerations
Node Affinity/Anti-Affinity

8 Security

Authentication
Authorization (RBAC)
Pod Security Standards

9 Observability

Logging
Monitoring
Probes
Tracing

10 Resource Management

Requests and Limits
ResourceQuotas
LimitRanges

11 Autoscaling

Horizontal Pod Autoscaler
Vertical Pod Autoscaler
Cluster Autoscaler

12 Ecosystem & Advanced Topics

Helm
CI/CD Integration
Operators
Custom Resources (CRDs)

Visit the following related paths and keep learning.