This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version
-
System dependencies
-
Configuration If you’re using the Docker driver, NodePort won’t be accessible via the Minikube IP by default. Use minikube service blog-svc --url instead.
install minikube minikube start --driver=docker
minikube service blog-svc --namespace blog-namespace --url
kubectl apply -k .
kubectl config view --minify --output 'jsonpath={..namespace}'
minikube service list
kubectl delete service blog-svc -n blog-namespace kubectl config set-context --current --namespace=blog-namespace
kubectl exec -it blog-svc-cfbc6bc75-b6p5m -n blog-namespace -- curl tagging-svc.tagging-namespace.svc.cluster.local:8080/tags
kubectl rollout restart deployment/blog-svc
- ...