All Projects → antoineco → Kovhernetes

antoineco / Kovhernetes

Licence: apache-2.0
Create Kubernetes clusters on the OVH Cloud platform

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Kovhernetes

docker
CoreOS Docker,让你更便捷、系统化的使用Docker管理你的服务
Stars: ✭ 366 (+565.45%)
Mutual labels:  coreos
jenkins pipeline
A lean Continuous Deployment, Testing and Integration Pipeline using CoreOS/Docker/Jenkins
Stars: ✭ 44 (-20%)
Mutual labels:  coreos
Torcx Zfs
A torcx module for ZFS on CoreOS
Stars: ✭ 16 (-70.91%)
Mutual labels:  coreos
terranetes
Terraform boilerplate for production-grade Kubernetes clusters on AWS (optionally includes kube-system components, OpenVPN, an ingress controller, monitoring services...)
Stars: ✭ 15 (-72.73%)
Mutual labels:  coreos
okd-lab
Controlled Environment for OKD4 experiments
Stars: ✭ 24 (-56.36%)
Mutual labels:  coreos
Kubernetes Vagrant Coreos Cluster
Kubernetes cluster (for testing purposes) made easy with Vagrant and CoreOS.
Stars: ✭ 598 (+987.27%)
Mutual labels:  coreos
libvirt-ocp4-provisioner
Automate your OCP4 installation
Stars: ✭ 82 (+49.09%)
Mutual labels:  coreos
Docker Zabbix Coreos
Docker container with patched Zabbix agent for CoreOS server monitoring
Stars: ✭ 36 (-34.55%)
Mutual labels:  coreos
rktmachine
Menu bar macOS app for running rkt in a macOS hypervisor CoreOS VM.
Stars: ✭ 31 (-43.64%)
Mutual labels:  coreos
Deis
Deis v1, the CoreOS and Docker PaaS: Your PaaS. Your Rules.
Stars: ✭ 6,107 (+11003.64%)
Mutual labels:  coreos
blacksmith
Bare-Metal CoreOS Cluster Manager
Stars: ✭ 67 (+21.82%)
Mutual labels:  coreos
deploy-vm
Libvirt wrapper to spawn VMs using cloud images
Stars: ✭ 56 (+1.82%)
Mutual labels:  coreos
Tectonic Installer
Install a Kubernetes cluster the CoreOS Tectonic Way: HA, self-hosted, RBAC, etcd Operator, and more
Stars: ✭ 599 (+989.09%)
Mutual labels:  coreos
terraform-azurerm-kubernetes
Install a Kubernetes cluster the CoreOS Tectonic Way: HA, self-hosted, RBAC, etcd Operator, and more
Stars: ✭ 22 (-60%)
Mutual labels:  coreos
Terra Aws Core Kube
Terraform configuration to bootstrap a Kubernetes Cluster on top of CoreOS using AWS-EC2 instances
Stars: ✭ 10 (-81.82%)
Mutual labels:  coreos
k8s-ldap
Kubernetes - LDAP authentication with Dex
Stars: ✭ 59 (+7.27%)
Mutual labels:  coreos
Coreroller
CoreRoller is a set of tools to control and monitor the rollout of your updates.
Stars: ✭ 298 (+441.82%)
Mutual labels:  coreos
Jenkins Os
Groovy pipeline jobs that build and test Container Linux with Jenkins
Stars: ✭ 43 (-21.82%)
Mutual labels:  coreos
Coreos Nvidia
Yet another NVIDIA driver container for Container Linux (aka CoreOS)
Stars: ✭ 36 (-34.55%)
Mutual labels:  coreos
Tack
Terraform module for creating Kubernetes cluster running on Container Linux by CoreOS in an AWS VPC
Stars: ✭ 734 (+1234.55%)
Mutual labels:  coreos

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].