Git Product home page Git Product logo

kce-ccm's Introduction

KCE Cloud Controller Manager

Test Coverage Go Report Card GitHub last commit GitHub issues

The Katapult Container Engine Cloud Controller Manager is a set of tools that is designed to monitor nodes & provision load balancers.

As it stands, kce-ccm creates LoadBalancers and LoadBalancerRule objects in Katapult to direct traffic to k8s LoadBalancer type services.

Other CCMs

See the following other CCMs as good guidance:

Configuration

The following environment variables are mandatory:

  • KATAPULT_API_TOKEN - the API token to use to authenticate with
  • KATAPULT_ORGANIZATION_RID - the organization RID for the cluster
  • KATAPULT_DATA_CENTER_RID - the data centre that the cluster is deployed in
  • KATAPULT_NODE_TAG_RID - the tag that has been applied to all worker nodes in the cluster

The following environment variables are optional:

  • KATAPULT_API_HOST - the hostname for the API service

A set of command line arguments are also available. Use --help to view these in full.

Token

The token requires the following scopes:

  • load_balancers

kce-ccm's People

Contributors

adamcooke avatar strideynet avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

kce-ccm's Issues

Use bespoke field for referencing related load balanacers

At the moment, we set the name of the LB to something predictable and fetch it by listing all LBs for an organisation and manually searching for a match. Eventually, first class support will be added to the Katapult API. This issue is to implement support for that when those changes have been made to the API.

You will need to:

  • Remove lb.getLoadBalancer() or adjust it to use the new endpoints
  • Come up with a migration strategy that retains support for previously created LoadBalancers

Introduce E2E testing suite

E2E suite should create a cluster, insert the new CCM and then perform several tests:

  • Creation of LB and and a service, ensuring traffic can pass over provisioned IP to service
  • Update of LB
  • Deletion of LB, and that all related Katapult resources are cleaned up
  • Storage ?

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.