Re: [kubernetes-users] Can I launch Google Container Engine (GKE) in Private GCP network Subnet?

2018-05-07 Thread Vinita
Hello Tim, Thank for your reply. I tried to access mater from a VM in the same VPC network by adding it's internal IP to master authorized network but I could not access it. I was able to access it if I add external IP of the VM in authorized network. Is this expected behavior? Thanks,

Re: [kubernetes-users] Can I launch Google Container Engine (GKE) in Private GCP network Subnet?

2018-03-30 Thread 'Tim Hockin' via Kubernetes user discussion and Q
Private cluster is private by default. You can not access the master from the internet. You can specifically change that with the master authorized networks feature, or you can access it from within your VPC network. On Thu, Mar 29, 2018 at 10:42 PM Vinita wrote: > Hi, > >

Re: [kubernetes-users] Can I launch Google Container Engine (GKE) in Private GCP network Subnet?

2018-03-29 Thread Vinita
Hi, I am trying to use private cluster. I am able to create private cluster but kubectl commands are not working. I am seeing connection time out error as below - kubectl run nginx --image=nginx --replicas=2error: failed to discover supported resources: Get https://104.154.200.217/api: dial

Re: [kubernetes-users] Can I launch Google Container Engine (GKE) in Private GCP network Subnet?

2018-03-26 Thread aditya . pr
On Tuesday, March 27, 2018 at 2:01:46 AM UTC+5:30, manjo...@google.com wrote: > On Thursday, March 8, 2018 at 4:56:09 AM UTC, Tim Hockin wrote: > > NB there are two issues here: > > > > 1) how to run a cluster where the VMs have no public IP, and the node > > <-> master comms are private IP. > >

Re: [kubernetes-users] Can I launch Google Container Engine (GKE) in Private GCP network Subnet?

2018-03-26 Thread manjotpahwa via Kubernetes user discussion and Q
On Thursday, March 8, 2018 at 4:56:09 AM UTC, Tim Hockin wrote: > NB there are two issues here: > > 1) how to run a cluster where the VMs have no public IP, and the node > <-> master comms are private IP. > > 2) how to run a cluster with long-term-stable egress IPs. > > They are not the same

Re: [kubernetes-users] Can I launch Google Container Engine (GKE) in Private GCP network Subnet?

2018-03-07 Thread aditya . pr
On Friday, October 13, 2017 at 9:05:14 PM UTC+5:30, Tim Hockin wrote: > On Fri, Oct 13, 2017 at 3:17 AM, wrote: > > On Friday, July 28, 2017 at 11:52:27 AM UTC+5:30, Tim Hockin wrote: > >> Private Google Access is not a private subnet. That simply allows your > >> VMs to

Re: [kubernetes-users] Can I launch Google Container Engine (GKE) in Private GCP network Subnet?

2017-10-13 Thread 'Tim Hockin' via Kubernetes user discussion and Q
On Fri, Oct 13, 2017 at 3:17 AM, wrote: > On Friday, July 28, 2017 at 11:52:27 AM UTC+5:30, Tim Hockin wrote: >> Private Google Access is not a private subnet. That simply allows your VMs >> to access google service without a public IP. You still have to make VMs >>

Re: [kubernetes-users] Can I launch Google Container Engine (GKE) in Private GCP network Subnet?

2017-07-28 Thread 'Tim Hockin' via Kubernetes user discussion and Q
Private Google Access is not a private subnet. That simply allows your VMs to access google service without a public IP. You still have to make VMs without a public IP, which GKE does not support yet. On Wed, Jul 19, 2017 at 12:14 PM, Cybage ALM wrote: > I have

Re: [kubernetes-users] Can I launch Google Container Engine (GKE) in Private GCP network Subnet?

2017-07-19 Thread Cybage ALM
I have created custom Google Cloud VPC, then created custom Private Network Access Subnet under that VPC. Below are Setting of Private Subnet [image: Inline image 2] Then while creating GKE Cluster we selecting Network as Custom Created VPC and Subnetwork which we have created Private Subnet

Re: [kubernetes-users] Can I launch Google Container Engine (GKE) in Private GCP network Subnet?

2017-07-19 Thread 'Tim Hockin' via Kubernetes user discussion and Q
How did you create these private/public subnets? GKE should not allow you to create a cluster in a Network that doesn't have a default route to internet. Routes are per-Network, not per-SubNetwork. On Tue, Jul 18, 2017 at 11:27 PM, nnilesh7...@gmail.com wrote: > On

Re: [kubernetes-users] Can I launch Google Container Engine (GKE) in Private GCP network Subnet?

2017-07-19 Thread nnilesh7...@gmail.com
On Tuesday, July 18, 2017 at 8:52:47 PM UTC+5:30, Tim Hockin wrote: > GKE relies on public IPs to access the hosted master, for now. > > On Tue, Jul 18, 2017 at 1:46 AM, nnilesh7...@gmail.com > wrote: > > I'm trying to launch Google Container Engine (GKE) in Private