Can someone help me on how to run Ingress in my local using Docker/Kitematic
? Not able to get this figured out.
What exactly are you trying to accomplish? I think you need to install an ingress controller such as Ambassador in your cluster, and that can be installed just like any other Kubernetes deployment.
An ingress controller reads ingress resources, and routes traffic to Kubernetes services/pods in your cluster based on ingress.