[kubernetes-users] alternative to kubeadm for production bare-metal cluster

2017-01-03 Thread Prefer Anon
I apologize for this rather basic question but I've had a hard time finding 
a canonical answer.  I have a bare-metal ubuntu 16.04 cluster that I'm 
trying to run kubernetes on.  I've managed to get it setup using kubeadm 
using the standard install docs but they later advice against using kubeadm 
in production because its "alpha" software.  I've also been having problems 
like the kube-dns service not resolving non-cluster names (e.g. google.com) 
but I don't even know how to get started debugging it because kubeadm set 
all that stuff up and its a bit of a black box.  Is there a good guide for 
setting up a bare-metal kubernetes cluster?  I've come across the 
"kubernetes the hard way" guide but that seems to be focused on cloud 
providers and it also admits that it forces you to do a lot of manual work 
that's not necessary. 

So what is the recommended way to deploy a bare-metal kubernetes cluster in 
production?

Thanks!

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


[kubernetes-users] Installing Kubernetes to Centos with Proxy

2017-01-03 Thread ilter P
Hi,

I need recommendation on how to install kubernetes in a private network ?
I have Centos VMs and they cannot access Internet directly. I need to set 
an http_proxy

So the problem in here for my kubernetes networking. Since I am facing 
following issues:
- Pods cannot see each other if they are in different nodes
- Containers cannot reach outside. f.i,fabric.forge cannot reach 
"https://start.spring.io/";

I could not find any installation instructor where it covers this scenario.

Could you please help please ?

Thanks

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


Re: [kubernetes-users] alternative to kubeadm for production bare-metal cluster

2017-01-03 Thread Jorge O. Castro
On Tue, Jan 3, 2017 at 12:26 PM, Prefer Anon  wrote:

> So what is the recommended way to deploy a bare-metal kubernetes cluster
> in production?
>
> Hello! We're supporting bare-metal installations of Kubernetes via MAAS:
https://docs.ubuntu.com/maas/2.1/en/

I've started documenting the process in the upstream documentation (PR
pending):
https://github.com/castrojo/kubernetes.github.io/blob/ubuntu-lifecycle-revisions/docs/getting-started-guides/ubuntu/installation.md

I'd be happy to walk you through the process in more detail, please feel
free to contact me offlist or in slack (@castrojo), thanks!

-- 
Jorge Castro
Canonical Ltd.
http://ubuntu.com/cloud/kubernetes  - Pure upstream
Kubernetes

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


[kubernetes-users] Re: Installing Kubernetes to Centos with Proxy

2017-01-03 Thread Abdelfattah Mahran
I have the same issue and I'm using flannel. please advice

BR,

On Tuesday, January 3, 2017 at 1:48:41 PM UTC-5, ilter P wrote:
>
> Hi,
>
> I need recommendation on how to install kubernetes in a private network ?
> I have Centos VMs and they cannot access Internet directly. I need to set 
> an http_proxy
>
> So the problem in here for my kubernetes networking. Since I am facing 
> following issues:
> - Pods cannot see each other if they are in different nodes
> - Containers cannot reach outside. f.i,fabric.forge cannot reach "
> https://start.spring.io/";
>
> I could not find any installation instructor where it covers this scenario.
>
> Could you please help please ?
>
> Thanks
>
>

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


Re: [kubernetes-users] alternative to kubeadm for production bare-metal cluster

2017-01-03 Thread Prefer Anon
Thanks, I messaged you on slack on the kubernetes user channel (@jorge). 
 Please let me know if that doesn't work.

On Tuesday, January 3, 2017 at 7:51:35 PM UTC+1, Jorge O. Castro wrote:
>
> On Tue, Jan 3, 2017 at 12:26 PM, Prefer Anon  > wrote:
>
>> So what is the recommended way to deploy a bare-metal kubernetes cluster 
>> in production?
>>
>> Hello! We're supporting bare-metal installations of Kubernetes via MAAS:  
> https://docs.ubuntu.com/maas/2.1/en/
>
> I've started documenting the process in the upstream documentation (PR 
> pending): 
> https://github.com/castrojo/kubernetes.github.io/blob/ubuntu-lifecycle-revisions/docs/getting-started-guides/ubuntu/installation.md
>
> I'd be happy to walk you through the process in more detail, please feel 
> free to contact me offlist or in slack (@castrojo), thanks!  
>
> -- 
> Jorge Castro
> Canonical Ltd.
> http://ubuntu.com/cloud/kubernetes  - Pure 
> upstream Kubernetes
>

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


Re: [kubernetes-users] Re: GKE 1.4.0 Container-VM Image (GCI) missing glusterfs-client.

2017-01-03 Thread
Please feel free to consult this page
https://cloud.google.com/container-engine/docs/node-image-migration
for the latest in GCI and CVM functionality especially the table with
the different mount options. That is the official place to look.

That said realize on GCI the mount functionality is still early access
and has limited testing. As we give it more testing and get more
confident we will be updating this page.

Jing Xu knows the up to date details and should correct me if I am
wrong, but I think gluster support on GCI may not handle large number
of mounts right now. ccing her on this list for the exact numbers.
AFAIK NFSv4  looks very solid and NFSv3 is coming.

mrubin


On Thu, Dec 22, 2016 at 12:46 PM, Jeffery LaPlante  wrote:
> Excellent. Thank you.
>
> On Wed, Dec 21, 2016 at 7:13 PM, 'Vishnu Kannan' via Kubernetes user
> discussion and Q&A  wrote:
>>
>> Yes. The latest versions of GKE, v1.4.7 and v1.5.1 are expected to support
>> GlusterFS. Please do give it a try.
>>
>> On Thu, Dec 22, 2016 at 1:47 AM,  wrote:
>>>
>>> Is glusterfs supported now on the new GKE image?
>>>
>>> --
>>> 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 a topic in the
>> Google Groups "Kubernetes user discussion and Q&A" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/kubernetes-users/USCSQ9TZThY/unsubscribe.
>> To unsubscribe from this group and all its topics, 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.

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


[kubernetes-users] Re: New SIG On-Prem announcement

2017-01-03 Thread
On Mon, Jan 2, 2017 at 8:00 AM, Tomasz 'Zen' Napierala <
tnapier...@mirantis.com> wrote:

> Hi Kubernetes community!
>
> I hope everyone is doing great in the new year of 2017.
>
> On behalf of SIG On-Prem leads, I’m really happy to announce new SIG in
> our community: SIG On-Prem.
>
> The mission of this SIG is to bring together all members interested in
> running Kubernetes on premise / on bare metal or to put it more general:
> beyond cloud providers. If you are interested in motivations and more
> details, please read original SIG chapter proposal prepared by Joseph Jacks
> here: https://docs.google.com/document/d/1oYtW7fgSJsQDl-
> ln6ETvAQrNdne4w_0am_qHTxtd3Yw/edit I’m providing some excerpts for that
> document below.
>
> In this new SIG we would like to be:
> - A discussion forum for people deploying Kubernetes into existing
> environments, which has high correlation with on-prem.
> - A place for people to benefit from sharing experiences with generic
> setups not in a public cloud (on-prem VMs, etc.) as well as it could help
> surface limitations and problems users should expect along the way. Most
> documentation is targeted toward kube-up/kops which obviously don't apply
> but some newer tools do (kubeadm).
> - Used for improving support for workloads that require private/hybrid
> cloud that include bare metal. It could include things like exposing the
> heterogeneity, data-plane acceleration, enhanced low-level isolation
> (pinned/exclusive cores, etc.)
>

I would suggest using sig-node for this topic, to avoid fragmentation of
the discussions.


> - A focused area for improvements on:
> - How e2e tests pass on BM -- currently, there are many problems
> in this area. It would be also nice to have more tests dedicated to BM.
> - Storage and networking requirements in BM environments are very
> different when compared to public cloud APIs and services. What are some
> best practices and recommendations the community can rally around?
>
> We hope to be useful part of great Kubernetes community, but it’s up to
> you - members interested in running Kubernetes on premise. So everyone is
> welcome to join new SIG and share their experience and ideas.
>
> Our first meeting is planned for January 11th, 2017 @ 8:00 AM PST (11:00
> AM ET, 5:00 PM CET).
>
> Please find below all details about this new SIG:
> - Google Group: https://groups.google.com/forum/#!forum/kubernetes-sig-
> on-prem
> - Slack channel: https://kubernetes.slack.com/messages/sig-onprem/
> - Meeting Agenda/Minutes: https://docs.google.com/document/d/
> 1AHF1a8ni7iMOpUgDMcPKrLQCML5EMZUAwP4rro3P6sk/edit#
> - On premise efforts tracking document (input needed):
> https://docs.google.com/spreadsheets/d/1Ca9ZpGXM4PfycYv0Foi7Y4vmN4KVX
> rGYcJipbH8_xLY/edit#gid=1763270493
> - Zoom meeting space: https://zoom.us/my/k8s.sig.onprem
>
>
> Regards,
> --
> Tomasz 'Zen' Napierala
> Kubernetes Engineering - Poland
>
>
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Kubernetes developer/contributor discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to kubernetes-dev+unsubscr...@googlegroups.com.
> To post to this group, send email to kubernetes-...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/kubernetes-dev/F7E2F06C-81F9-4CAA-9846-F5D519AC3013%40mirantis.com.
> 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.


[kubernetes-users] Re: New SIG On-Prem announcement

2017-01-03 Thread
On Tue, Jan 3, 2017 at 4:17 PM, 'David Oppenheimer' via Kubernetes
developer/contributor discussion  wrote:



On Mon, Jan 2, 2017 at 8:00 AM, Tomasz 'Zen' Napierala <
tnapier...@mirantis.com> wrote:

> Hi Kubernetes community!
>
> I hope everyone is doing great in the new year of 2017.
>
> On behalf of SIG On-Prem leads, I’m really happy to announce new SIG in
> our community: SIG On-Prem.
>
> The mission of this SIG is to bring together all members interested in
> running Kubernetes on premise / on bare metal or to put it more general:
> beyond cloud providers. If you are interested in motivations and more
> details, please read original SIG chapter proposal prepared by Joseph Jacks
> here: https://docs.google.com/document/d/1oYtW7fgSJsQDl-ln6ETvAQrN
> dne4w_0am_qHTxtd3Yw/edit I’m providing some excerpts for that document
> below.
>
> In this new SIG we would like to be:
> - A discussion forum for people deploying Kubernetes into existing
> environments, which has high correlation with on-prem.
> - A place for people to benefit from sharing experiences with generic
> setups not in a public cloud (on-prem VMs, etc.) as well as it could help
> surface limitations and problems users should expect along the way. Most
> documentation is targeted toward kube-up/kops which obviously don't apply
> but some newer tools do (kubeadm).
> - Used for improving support for workloads that require private/hybrid
> cloud that include bare metal. It could include things like exposing the
> heterogeneity, data-plane acceleration, enhanced low-level isolation
> (pinned/exclusive cores, etc.)
>

I would suggest using sig-node for this topic, to avoid fragmentation of
the discussions.

+1.



> - A focused area for improvements on:
> - How e2e tests pass on BM -- currently, there are many problems
> in this area. It would be also nice to have more tests dedicated to BM.
> - Storage and networking requirements in BM environments are very
> different when compared to public cloud APIs and services. What are some
> best practices and recommendations the community can rally around?
>
> We hope to be useful part of great Kubernetes community, but it’s up to
> you - members interested in running Kubernetes on premise. So everyone is
> welcome to join new SIG and share their experience and ideas.
>
> Our first meeting is planned for January 11th, 2017 @ 8:00 AM PST (11:00
> AM ET, 5:00 PM CET).
>
> Please find below all details about this new SIG:
> - Google Group: https://groups.google.com/forum/#!forum/kubernetes-sig-on-
> prem
> - Slack channel: https://kubernetes.slack.com/messages/sig-onprem/
> - Meeting Agenda/Minutes: https://docs.google.com/docume
> nt/d/1AHF1a8ni7iMOpUgDMcPKrLQCML5EMZUAwP4rro3P6sk/edit#
> - On premise efforts tracking document (input needed):
> https://docs.google.com/spreadsheets/d/1Ca9ZpGXM4PfycYv0Foi7
> Y4vmN4KVXrGYcJipbH8_xLY/edit#gid=1763270493
> - Zoom meeting space: https://zoom.us/my/k8s.sig.onprem
>
>
> Regards,
> --
> Tomasz 'Zen' Napierala
> Kubernetes Engineering - Poland
>
>
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Kubernetes developer/contributor discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to kubernetes-dev+unsubscr...@googlegroups.com.
> To post to this group, send email to kubernetes-...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/ms
> gid/kubernetes-dev/F7E2F06C-81F9-4CAA-9846-F5D519AC3013%40mirantis.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups
"Kubernetes developer/contributor discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to kubernetes-dev+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/
msgid/kubernetes-dev/CAOU1bzepHCxyrKST6QBJdpgZw5bM1
QRUJG9Rrwd-pnPewX-sJQ%40mail.gmail.com

.

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.