#deep-dive
Read more stories on Hashnode
Articles with this tag
Version Information: ETCD version discussed: v3.5.x (latest stable as of August 2024) Kubernetes version: 1.29.x (latest stable as of August...
1. YAML Creation and Kubectl Command We start with a YAML file defining a Deployment with 3 replicas: apiVersion: apps/v1 kind: Deployment metadata: ...