#yaml
Read more stories on Hashnode
Articles with this tag
1. YAML Creation and Kubectl Command We start with a YAML file defining a Deployment with 3 replicas: apiVersion: apps/v1 kind: Deployment metadata: ...