m-bassam94 / devops-challenge

DevOps Engineer Challenge Solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevOps Engineer Challenge Solution

pods

services

PDB-minAvailable

Technologies Used

Build and deploy

docker build acceleration-a/ -t acceleration-a
docker build acceleration-dv/ -t acceleration-dv
docker build acceleration-calc/ -t acceleration-calc
  • push to registry or Load the images to a local registry if using kind or minikube
helm install join acceleration-full-app
export NODE_PORT=$(kubectl get --namespace default -o jsonpath="{.spec.ports[0].nodePort}" services acceleration-full-app)`
export NODE_IP=$(kubectl get nodes --namespace default -o jsonpath="{.items[0].status.addresses[0].address}")
curl "http://$NODE_IP:$NODE_PORT/calc?vf=200&vi=5&t=123"

About

DevOps Engineer Challenge Solution


Languages

Language:Smarty 60.7%Language:TypeScript 38.2%Language:Shell 1.1%