somabc / kubernetes-nginx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kubernetes-nginx

Deploy Nginx loadbalancer via pulumi infrastructure as code. This allows multi-cloud - AWS, Azure, GCloud and any Kubernetes cluster (including on prem). Pulumi is an open-source cloud object model that is inherently language- and cloud-neutral.

In this case we will use Python, so to deploy you must create a venv and install the requirements -


virtualenv -p python3 venv
source venv/bin/activate
pip3 install -r requirements.txt
pulumi up

About


Languages

Language:Python 100.0%