Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add kuberntes deployment with service and ingress templates #77

Open
nelaaro opened this issue Aug 20, 2021 · 0 comments
Open

Add kuberntes deployment with service and ingress templates #77

nelaaro opened this issue Aug 20, 2021 · 0 comments

Comments

@nelaaro
Copy link

nelaaro commented Aug 20, 2021

This is a small improvement request to add resources to deploy into Kubernetes examples

Adding a deployment, service, and ingress template to quickly test various ingress services.

This should probably have a working netcat or some other script start a listing service.

In my use case, I want to be able to test what arrives at a pod. Through the various ingress services, AWS load balancer, and Nginx ingress controller. What headers actually arrive at the destination pod.

This should be used as a type of example for people who want to quickly deploy something to test this setup.
But need additional resources to get things working. It should be quick to add and quick to remove

deployment

Should run the netshoot image and possible start a listing service on a know / configurable port

service

Service should point to this above deployment service listing port.

ingress

Quick examples for people who want to deploy the various ingress services.

  • ingress Nginx
  • ambassador
  • Traefik
  • Kong
  • HAProxy

I will submit a pull request for this in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant