Git Product home page Git Product logo

Comments (6)

andytael avatar andytael commented on July 19, 2024 1

If the .ssh/config file could be created yo jump through the NT server it would be awesome, that will simplify as yuo don't have to go to the NAT(Bastion) first and then connect to the server on the private NW.

from terraform-kubernetes-installer.

orisvscs avatar orisvscs commented on July 19, 2024

ISV reported this as a critical need, so would be good to support this scenario.

from terraform-kubernetes-installer.

duhang avatar duhang commented on July 19, 2024

Is there any ETA for this issue being resolved in near future?
Private instances/subnets/lbr are must-have according to our Threat-Model.

from terraform-kubernetes-installer.

jlamillan avatar jlamillan commented on July 19, 2024

I'm working on this now and hope to have something soon.

The change was a bit involved than just prohibiting public IPs on the instances and load-balancers since instances need access to the internet during the bootstrap phase. But here is our approach:

If the tbd_cluster_visibility input variable is set toprivate (vs. public):

  1. The etcd, master, and worker subnets, instances, and load-balancers, will be private - meaning they will not have public IP addresses.
  2. We'll provision a NAT instance in the VCN that is on a public subnet and connected to the Internet.
  3. While the etcd, master, and worker instances instances are initializing they will access the internet to download software through the NAT instance.

from terraform-kubernetes-installer.

duhang avatar duhang commented on July 19, 2024

Thanks for the update! I'm glad to try it out once the NAT instance is implemented.

from terraform-kubernetes-installer.

jlamillan avatar jlamillan commented on July 19, 2024

If the .ssh/config file could be created yo jump through the NT server it would be awesome, that will simplify as yuo don't have to go to the NAT(Bastion) first and then connect to the server on the private NW.

Yeah, that was what we were thinking.

from terraform-kubernetes-installer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.