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

Arrebol deployed in a K8s cluster accessing a K8s API server #86

Open
wesleymonte opened this issue Jul 17, 2020 · 0 comments
Open

Arrebol deployed in a K8s cluster accessing a K8s API server #86

wesleymonte opened this issue Jul 17, 2020 · 0 comments
Assignees

Comments

@wesleymonte
Copy link
Contributor

The Arrebol has the K8s worker type, which uses the Kubernetes API Server to submit jobs. For this, we created a proxy server, using kubectl proxy command, which proxies the Kubernetes API to localhost interface and after that we can put the proxy address in the arrebol configuration file.

Given this context, when we deploy the arrebol in a K8s cluster, we also need to make it have access to a proxy service in the localhost. For this, it is necessary to run a k8s proxy in a sidecar container in the arrebol pod, so that other processes in any container of the pod can access it. This solution is described in the K8s doc.

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