Skip to content

Files

Latest commit

dec7c9c · Feb 17, 2024

History

History
38 lines (28 loc) · 701 Bytes

File metadata and controls

38 lines (28 loc) · 701 Bytes

Snippets Container Orchestration

Env Setup

Setup Postgres

kubectl create secret generic pgpassword --from-literal PGPASSWORD=postgres
kubectl apply -f k8s_postgres

Setup Redis

kubectl apply -f k8s_redis

Setup Py REST API v1.1.5 (docker image)

kubectl apply -f k8s_pyrest

Diagram

Implementation Example

K8s Terms

Ingress

Deploy ingress-nginx controller

kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.8.2/deploy/static/provider/cloud/deploy.yaml
minikube addons enable ingress
kubectl apply -f k8s-ingress.yaml
kubectl get ingress