-
Notifications
You must be signed in to change notification settings - Fork 0
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
Proxy test environment #1427
Comments
An operator will be used to create the test environment as agreed during team Hydra planning. |
The VPN is not part of this story because at the moment the Kubernetes API is still public. The VPN story needs to be implemented before the clusters are configured to use a private load balancer for the Kubernetes API. |
squid proxy app https://github.com/giantswarm/squid-proxy-app outgoing proxy app stack that will deploy cluster and app together |
The proxy test environment is created, if enabled, at the same time when a new cluster is created. We successfully routed traffic through the Squid proxy for a pod manually configured with proxy settings. Further testing is blocked for now until we finish the following two stories: |
still partially blocked, but starting to prepare some stuff for test proxy MC |
All the cloud-init kubeadm phases finished successfully. |
cluster machines can boot successfully, all machines join the kubernetes cluster, now I need to sort the core apps that are necessary to run the cluster |
Stories
-As a Giant Swarm engineer, I want to have a test environment with a plain proxy in a separate VPC in order test the implementation of private networking with proxy support.
Background
Talax uses a transit gateway through which they route all their network traffic. Also, any HTTP and HTTPS traffic going to the Internet must go through a plain proxy. This proxy has a known domain name.
Requirements
mc-bootstrap
cluster creation has to be attached to the VPC;Questions
Resources
The text was updated successfully, but these errors were encountered: