Responsible for registering/removing/listig zoo inhabitants
kubectl apply -f kubernetes-manifests/deployment-mongo.yaml
kubectl apply -f kubernetes-manifests/deployment-prod.yaml
Note: make sure you update the container image in
deployment-prod.yamlbefore applying to the cluster
skaffold run --default-repo repository/namespace
or
skaffold dev --default-repo repository/namespace --port-forward
Note: Set
--default-repoto the registry where you'll put the built images. Make sure your cluster has pullSecrets that allow it to pull from the chosen registry.