This example demonstrates how to deploy an echo server.
This example deploys the following resources:
- Deployment named
http-echothat runs the echo server. - Service named
http-echoto expose the echo server's HTTP and HTTPS ports.
kubectl apply -f .