chienfuchen32 / k8s-nginx-ingress-hands-on-lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install dependency

$ pip3 install -U -r requirements.txt

run program

$ source .env
$ python3 app.py

build and push docker image

$ bash build.sh

deploy

$ kubectl apply -f k8s/deloyment.yaml
$ kubectl apply -f k8s/service.yaml
$ kubectl apply -f k8s/ingress.yaml

About


Languages

Language:Python 47.3%Language:HTML 41.9%Language:Dockerfile 6.1%Language:Shell 4.8%