Access a web service in kubernetes pod from local browser using NodePort yields Connection refused

Advertisements What do I need to do in order to get my local browser to and request a resource to a web service running inside Minikube instance running locally on my machine? I am getting a Connection refused when trying to kubectl port-forward. My workflow is: Creating Dockerfile with web service on Start minikube in… Read More Access a web service in kubernetes pod from local browser using NodePort yields Connection refused

CrashLoopBackOff runs intermittently on pods

Advertisements I have a Kubernetes cluster running using EKS (Elastic Kubernetes Service) and ECR (Elastic Container Repository) on AWS. One specific deployment of mine runs fine for the first two/three restarts before then always initialising a CrashLoopBackOff on image pull, waiting for the length of the Back Off and then running fine, before repeating the… Read More CrashLoopBackOff runs intermittently on pods