Skip to content

Kubernetes kustomization example for setting up Ambassador Gateway, basic auth and stress test.

License

Notifications You must be signed in to change notification settings

dizys/ambassador-kustomization-example

Repository files navigation

ambassador-kustomization-example

Kubernetes kustomization example for setting up Ambassador Gateway, basic auth and stress test.

Getting started

All the Kubernetes resources are described in this repository and managed with a single Kustomization entry kustomization.yml under folder k8s.

The following commands are executed under the folder k8s.

1. Apply kustomization

$ kubectl apply -k ./

2. Check out pods

Under all namespaces:

$ kubectl get pods --all-namespaces

or under ambassador-test namespace:

$ kubectl get pods --namespace ambassador-test

3. Delete deployments

$ kubectl delete -k ./

Tunnel when using minikube

When using minikube, use the following command to tunnel 80 and 443 ports in order to make gateway accessible from host:

$ minikube tunnel

Then visit http://127.0.0.1/quote/.

License

MIT

About

Kubernetes kustomization example for setting up Ambassador Gateway, basic auth and stress test.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published