GitXplorerGitXplorer
a

kOVHernetes

public
55 stars
6 forks
4 issues

Commits

List of commits on branch master.
Verified
bb8a7fefede33e24c9946633ce6e17a6bdcaff77

Update to Kubernetes v1.12.2

aantoineco committed 6 years ago
Verified
fcbf6d962fc329df1c88b7c216b3e636fd373546

Update to Kubernetes v1.11.3

aantoineco committed 6 years ago
Verified
bbd9a9049f6c8a64de99c09bfc4690628ea8c915

Set authorityKeyIdentifier option to CA cert (#7)

ggara-MI committed 6 years ago
Unverified
9b2095d2754c704e20de8dda3607b486813bf454

Remove CNI plugins from Ignition config

aantoineco committed 7 years ago
Unverified
0bee76b29cf0165c99a77cfe5bc1b8b23dcb4a6c

Update to Kubernetes v1.10.0

aantoineco committed 7 years ago
Unverified
ce932953560d1e70efbc0f80d205d95ff71c3087

Fix documentation error

aantoineco committed 7 years ago

README

The README file for this repository.

kOVHernetes

kOVHernetes

kOVHernetes (kovh) is a command-line utility for managing Kubernetes clusters on the OVH Cloud platform.

It deploys cloud instances running the CoreOS Container Linux operating system with Kubernetes components pre-configured using Ignition, including a flannel overlay network for containers.

Contents

  1. Prerequisites
  2. Installation
  3. Documentation
  4. Disclaimer
  5. Roadmap

Prerequisites

Runtime

Python interpreter (version 3.2 or above) with the setuptools package.

Additionally on Linux:

Cloud provider

  • At least one Cloud project must be created before resources can be provisioned by kOVHernetes.
  • The Cloud project must be associated with a vRack in order to create Private Networks.
  • At least one SSH public key must have been added to the project.

OVH dashboard

Installation

Run the following command inside the repository to install the project dependencies and the kovh executable:

❯ python3 setup.py install

Documentation

Disclaimer

kOVHernetes is a toy project written for testing purposes. It is not supported by OVH in any manner.

Although I strive to enforce a reasonably high level of security by default, no security audit has been performed on this software or the elements of infrastructure it helps to generate.

Use at your own risk.

Roadmap

  • [ ] list command to display clusters
  • [ ] Master HA