- x86-64
- Python 3.*
- Linux
- OpenSSL
- Docker
- Kubernetes
The shell script "up.sh" is responsible for building the local Docker image and creating requested resources, which are defined in our k8s manifest.
sh up.sh
The shell script "down.sh" frees up allocated resources.
sh down.sh
1. kubectl port-forward {NGINX_DEPLOYMENT_POD} 443
2. Paste and run the following in Postman/Browser "https://127.0.0.1"