Solutions for the Boot.dev "Learn Kubernetes by Building a Real Application" course project. These configurations implement the multi-service application from the course lessons. Adjust where necessary to work with your machine.
.
├── api-configmap.yaml
├── api-deployment.yaml
├── api-pvc.yaml
├── api-service.yaml
├── app-ingress.yaml
├── crawler-configmap.yaml
├── crawler-deployment.yaml
├── crawler-service.yaml
├── testcpu-deployment.yaml
├── testcpu-hpa.yaml
├── testram-configmap.yaml
├── testram-deployment.yaml
├── web-configmap.yaml
├── web-deployment.yaml
└── web-service.yaml
These files correspond to the configurations you'll create throughout the Boot.dev Kubernetes course modules.