Skip to content

msscaroso/iloveingress

Repository files navigation

I Love Ingress

Creating an ingress controller just for fun. This does nothing useful. I did this just for fun when I was learning about kubernetes abstractions.

Requirements

  • kind
  • docker
  • kubectl

Running

First, setup the kind cluster

make tear_up

Then build, push and run the ingress controller inside the cluster

make build_push_run

Now you can access the ingress-controller through its service iloveingress-nginx inside a node

docker exec -it <node_id> bash
curl <svc_cluster_ip>

About

Creating an ingress controller just for fun

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published