microsoft / bedrock

Automation for Production Kubernetes Clusters with a GitOps Workflow
MIT License
129 stars 12 forks source link

Documentation and Tooling to setup Gitops to an existing cluster #483

Open bnookala opened 5 years ago

bnookala commented 5 years ago

As a:

Devops Engineer

I want:

Documentation/tooling to deploy Flux with Repository configuration to an existing cluster

So that:

I can bring my own cluster, instead of having to deploy a new custer

Describe the solution you'd like:

Documentation/Scripts to deploy Flux to an existing cluster, without having to go through the motions of deploying a cluster

Describe alternatives you've considered:

None

Additional context:

The process of configuring and deploying a cluster group is acceptable for certain types of environments, but an existing environment may be harder to to describe via existing terraform templates, or I may not want to use terraform templates at all.

Does this require updates to documentation?:

Yes

yradsmikham commented 5 years ago

Are we making the assumption that the user would also bring their own manifest repo (or any repos)?

@bnookala