#yaml
Read more stories on Hashnode
Articles with this tag
What is Deployment in k8s? A Deployment provides a configuration for updates for Pods and ReplicaSets. You describe a desired state in a Deployment,...
Docker Compose is a tool that was developed to help define and share multi-container applications. With Compose, we can create a YAML file to define...