Giter VIP home page Giter VIP logo

quickstart-amazon-eks-nodegroup's Introduction

quickstart-amazon-eks-nodegroup

Amazon EKS NodeGroup Quick Start

This is a submodule of the Amazon EKS QuickStart.

quickstart-amazon-eks-nodegroup's People

Contributors

andrew-glenn avatar gargana avatar jaymccon avatar saiteja313 avatar tbulding avatar tlindsay42 avatar troy-ameigh avatar vsnyc avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

quickstart-amazon-eks-nodegroup's Issues

Support fargate-only clusters

Unless I'm mistaken, it's currently not possible to set up fargate-only clusters with the quickstart.

The coredns deployment is not patched to not require ec2 compute type (cf. https://docs.aws.amazon.com/eks/latest/userguide/fargate-getting-started.html).

The aws-load-balancer-controller deployment is not compatible with fargate (missing vpc-id and region options). Cf. point 5.d at https://docs.aws.amazon.com/eks/latest/userguide/aws-load-balancer-controller.html.
Error taken from one of the aws-load-balancer-controller pods:
{"level":"error","ts":1625053562.5521672,"logger":"setup","msg":"unable to initialize AWS cloud","error":"failed to introspect vpcID from EC2Metadata, specify --aws-vpc-id

Problem with NodeAutoscalingGroup parameter

In:

NodeAutoScalingGroup:
Value: !If [IsManaged, !Ref ManagedASG, !Ref UnmanagedASG]

I get always the result None and it fails during the EKS creation.
Im using the amazon-eks.template.yaml

and always is None and everything fails into the policy

Request: NodeGroup minimum size.

Hello!

Please make a new parameter for the nodegroup minimum size, if someone want to scale down (or zero) their nodegroup it is easier to create with this parameter.

Thanks in advance!

Document Security Group behaviour

Document Security group behaviour for additional node groups.

  • By default if no Security Group(SG) is provided we add the nodegroup to the existing default nodegroup SG.
  • If you provide your own SG (if you want to strictly control access)
    • Remember to allow for core DNS queries to default SG (Add an IngressRule to that SG)
    • Allow access to/from the Control Plane SG.

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.