User Tools

Site Tools


k8s:core:introduction

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
k8s:core:introduction [2026/05/31 02:45] phong2018k8s:core:introduction [2026/06/12 23:22] (current) – [Kubernetes Concepts] phong2018
Line 8: Line 8:
   * Restarts them when they fail   * Restarts them when they fail
   * Scales them up or down   * Scales them up or down
 +===== Concepts category =====
  
 +
 +  * Cluster Fundamentals
 +    * Cluster
 +    * Control Plane
 +    * Node
 +    * Namespace
 +
 +  * Workloads (Run Applications)
 +    * Pod
 +    * ReplicaSet
 +    * Deployment
 +    * StatefulSet
 +    * DaemonSet
 +    * Job
 +    * CronJob
 +
 +  * Networking
 +    * Service
 +      * ClusterIP
 +      * NodePort
 +      * LoadBalancer
 +      * ExternalName
 +    * Ingress
 +    * Ingress Controller
 +    * NetworkPolicy
 +
 +  * Configuration
 +    * ConfigMap
 +    * Secret
 +
 +  * Storage
 +    * PersistentVolume (PV)
 +    * PersistentVolumeClaim (PVC)
 +    * StorageClass
 +    * Volume
 +
 +  * Security
 +    * ServiceAccount
 +    * RBAC
 +      * Role
 +      * RoleBinding
 +      * ClusterRole
 +      * ClusterRoleBinding
 +    * SecurityContext
 +    * Pod Security
 +
 +  * Scheduling
 +    * NodeSelector
 +    * Node Affinity
 +    * Pod Affinity
 +    * Pod Anti-Affinity
 +    * Taints
 +    * Tolerations
 +
 +  * Autoscaling
 +    * Horizontal Pod Autoscaler (HPA)
 +    * Vertical Pod Autoscaler (VPA)
 +    * Cluster Autoscaler
 +
 +  * Observability
 +    * Logs
 +    * Metrics
 +    * Traces
 +    * Prometheus
 +    * Grafana
 +    * Loki
 +    * Jaeger
 +
 +  * Configuration Management
 +    * Helm
 +    * Kustomize
 +    * Operators
 +
 +  * Ecosystem / Operations
 +    * CI/CD
 +      * GitHub Actions
 +      * GitLab CI
 +      * ArgoCD
 +
 +    * Container Runtime
 +      * containerd
 +      * CRI-O
 +
 +    * Service Mesh
 +      * Istio
 +      * Linkerd
 +
 +    * Cloud Providers
 +      * Amazon EKS
 +      * Google GKE
 +      * Azure AKS
 +      * DigitalOcean DOKS
 ===== Simple explanation ===== ===== Simple explanation =====
 Kubernetes = "automated container manager" Kubernetes = "automated container manager"
k8s/core/introduction.1780195503.txt.gz · Last modified: by phong2018