GithubHelp home page GithubHelp logo

nodes with public IP addresses about aks-engine HOT 3 CLOSED

azure avatar azure commented on July 25, 2024
nodes with public IP addresses

from aks-engine.

Comments (3)

javierprovecho avatar javierprovecho commented on July 25, 2024 1

I'm interested in this feature, to support external traffic ingress into kafka clusters deployed in k8s so to not create a load balancer service for each pod.

from aks-engine.

palmerabollo avatar palmerabollo commented on July 25, 2024

I'm interested as well. The use case is also exposing a Kafka cluster to the Internet.
@jackfrancis do you know if this feature is part of the roadmap? Thx.

from aks-engine.

evillgenius75 avatar evillgenius75 commented on July 25, 2024

Willing to help here. I know where in the kubernetesagentresourcesvmss.t we need to add but just need some assistence navigating how to add an if clause code.

My proposed change would look like this starting at line 75 of current file:

                "ipConfigurations": [
                  {{range $seq := loop 1 .IPAddressCount}}
                  {
                    "name": "ipconfig{{$seq}}",
                    "properties": {
                      {{if eq $seq 1}}
                      "primary": true,
                      {{end}}
                      "subnet": {
                        "id": "[variables('{{$.Name}}VnetSubnetID')]"
                      },
                      {{if .HasNodePIP}}
                      "publicipaddressconfiguration": {
                            "name": "{{.Name}}pub1",
                            "properties": {
                              "idleTimeoutInMinutes": 15
                            }
                    }
                  }
                  {{if lt $seq $.IPAddressCount}},{{end}}
                  {{end}}
                ]

from aks-engine.

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.