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

Does k8s-AppController run with a kubernetes federation ? #150

Open
tiagoalves83 opened this issue Dec 14, 2016 · 1 comment
Open

Does k8s-AppController run with a kubernetes federation ? #150

tiagoalves83 opened this issue Dec 14, 2016 · 1 comment

Comments

@tiagoalves83
Copy link

Hi,

Does k8s-AppController run with a kubernetes federation ?
How can I achieve that ?

@nebril
Copy link
Contributor

nebril commented Dec 16, 2016

Hi @tiagoalves83, thanks for filing this question!

I don't have much experience with federated clusters, but from what I understand from documentation, there are special federated k8s object types that create underlying k8s objects in clusters (for example federated ReplicaSet). We don't support ResourceDefinitions of federated objects for now.

I think it would be possible to run AC pod in the cluster that acts as Federation Control Plane and let it orchestrate overlay federated k8s objects, which would in turn orchestrate their own underlying objects. This sounds like a fun feature to work on, we will see if we can fit it into our roadmap.

First thing that would be needed is support for federated objects in AC itself, which would consist of separate client talking to federation API instead of normal k8s API. Status checking for such objects would also be an interesting topic to work on (e.g. how do cluster outages affect status of deployment graph vertex?).

Can you elaborate a bit on your use case?

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

2 participants