/k8s-pod-self-information

Print info of the pod inside a pod

Primary LanguageDockerfile

Instructions

  1. minikube start
  2. IP=$(minikube ip)
  3. eval $(minikube docker-env)
  4. docker build -t allunel-pod .
  5. kubectl apply -f .
  6. Open browser on $IP:30080