In this folder, you will find the basic resources to deploy an application that displays a message, the name of the pod, and details of the node it's deployed to.
You can deploy the application in your cluster with:
kubectl apply -f deployment.yaml
kubectl apply -f service.yaml
kubectl apply -f service-loadbalancer.yaml
kubectl apply -f ingress.yaml