GithubHelp home page GithubHelp logo

syck40 / ec2-controller Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aws-controllers-k8s/ec2-controller

0.0 0.0 0.0 961 KB

ACK service controller for Amazon Elastic Compute Cloud (EC2)

License: Apache License 2.0

Python 53.70% Go 37.23% Makefile 0.30% Smarty 8.77%

ec2-controller's Introduction

ACK service controller for Amazon Elastic Compute Cloud (EC2)

This repository contains source code for the AWS Controllers for Kubernetes (ACK) service controller for Amazon EC2.

Please log issues and feedback on the main AWS Controllers for Kubernetes Github project.

Install the Controller

Start with the Install an ACK Controller section to install the controller into a cluster and setup necessary IAM Permissions.

Note: it is recommended and assumed your local terminal has kubectl and AWS credentials configured to use the hosting cluster and AWS account, respectively.

Release Artifacts

The latest images and Helm Charts can be found in their respective ECR Public repository:

Create/Delete an ACK Resource

  • Navigate to test resources for a list of resource yaml templates
  • Copy the file to the local terminal and substitute $ values. Ex: vpc.yaml
apiVersion: ec2.services.k8s.aws/v1alpha1
kind: VPC
metadata:
  name: $VPC_NAME
spec:
  cidrBlocks: 
  - $CIDR_BLOCK
  enableDNSSupport: $ENABLE_DNS_SUPPORT
  enableDNSHostnames: $ENABLE_DNS_HOSTNAMES
  tags:
    - key: $TAG_KEY
      value: $TAG_VALUE
  • Create a VPC: kubectl apply -f vpc.yaml
  • Check its status: kubectl describe vpc/My-ACK-Resource
  • Delete the VPC: kubectl delete -f vpc.yaml

Uninstall the Controller

Navigate to Uninstall an ACK Controller section and substitute service values with ec2

Contributing

We welcome community contributions and pull requests.

See our contribution guide for more information on how to report issues, set up a development environment, and submit code.

We adhere to the Amazon Open Source Code of Conduct.

You can also learn more about our Governance structure.

License

This project is licensed under the Apache-2.0 License.

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.