This repository provides an example YAML file that demonstrates the creation of various Kubernetes resources including a Pod, Deployment, Service, ClusterIP, Role, and RoleBinding.
The deployment.yaml
file contains the configuration for a Deployment resource. It defines a replica set of Pods running a Redis application. To create the deployment, run the following command:
kubectl apply -f deployment.yaml