Skip to content

Latest commit

History

History
26 lines (15 loc) 路 416 Bytes

File metadata and controls

26 lines (15 loc) 路 416 Bytes

Cloud Native Python

Simple K8S Deployment prepared for the Pytech Summit conference in 2021

Project built with:

馃 minikube

馃摝 K8S Deployment

馃殺 docker

馃悕 Python 3.9

馃ガ celery

Useful commands:

eval $(minikube docker-env)
kubectl apply -f worker-deployment.yaml
kubectl scale deployment/worker-deployment --replicas=3
kubectl port-forward api-deployment-774b8cbbf7-dp9xv 8000:8000