Hi Marcello,

Are you planning to run the Kubernetes control plane components (API, 
Scheduler, etc.) on the cluster itself, through Kubernetes?

There is an open-source project created at CoreOS called Bootkube 
[https://github.com/kubernetes-incubator/bootkube], which automates the 
deployment of a self-hosted cluster control plane. Since it consumes regular 
K8S manifests, you could use it to deploy additional boot-time components as 
needed.

Have you had a look at it?

Regards,
Alex

On Wednesday, August 16, 2017 at 3:52:59 AM UTC+2, Marcelo Andrade wrote:
> Hey folks!
> 
> I'm trying to put together some automation on the process of creating our 
> Kubernetes clusters and I got all the infrastructure/OS/master/nodes basic 
> installation covered.
> 
> 
> Then I figured I have no convenient way to automatize the launch of our 
> several services that already run under Kubernetes
> 
> 
> Is there a smart to "bootstrap" kubernetes elements on the startup of the 
> cluster, let's say tthe DNS addon (creating the SA, configmap, 
> deployment...), the ingress-controller components (deployment for 
> default-backend, configmaps and so) or whatever client-controlled deployment?
> 
> 
> I could work around scripting some kubectls or posts on the API but then 
> ocurred 'there must be an easier way"... Or there is not? :D

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to