Hello Ravisalamani-

The information there is a bit out of date.

These days flannel has a Kubernetes backend so you can deploy it as a
daemonset (yaml
<https://github.com/coreos/flannel/blob/master/Documentation/kube-flannel.yml>,
rbac
<https://github.com/coreos/flannel/blob/master/Documentation/kube-flannel-rbac.yml>)
and if you use CNI as your network plugin
<https://kubernetes.io/docs/concepts/cluster-administration/network-plugins/>
when installing Kubernetes it should just work. We are working on a better
set of guides for kubeadm, etc as well but they are a WIP
<https://github.com/coreos/flannel/pull/682>.

If you want to just get going as quickly as possible I would suggest you
take a path like Tectonic Installer
<https://github.com/coreos/tectonic-installer> which uses flannel by
default and installs/configures everything correctly.

Cheers,

Brandon

On Wed, Apr 19, 2017 at 10:55 AM <ravisalamani.in...@gmail.com> wrote:

> I found many links and you tube videos on kubernetes  setup. I wanted do
> the setup which uses flannel. Any idea on how to do setup with flannel.
> Please let me know following steps are good
> 1. Install docker, flannel, kubernetes binary on all instances
> 2. Setup the docker configuration with flannel. Start the docker services.
> 3. Start the etcd add the flannel configuration with vxlan back end.
> 4. Now do the kubernetes setup
>
> Does this look good?
>
> --
> 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.
>

-- 
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