I hereby claim:
- I am lypht on github.
- I am lypht (https://keybase.io/lypht) on keybase.
- I have a public key ASDNlkhdukv23N20v3VJjgi1WnYHTw7kguArI1m0oYq14wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # The test cluster should be up and running, and your connection should respond from the cli to `kubectl get nodes` | |
| # TODO: Write cluster creation script. | |
| # The test cluster has two namespaces, each with two pods. | |
| # Namespace1: | |
| # - NS1P1PT1: One container, one port exposed. | |
| # NS1P2PT2: One container, multiple ports exposed. | |
| # Namespace2: | |
| # - NS2P1PT1: Two containers, one port exposed on each. |