ihaz / osc-k8s-rke-cluster

Example of Kubernetes deployment on Outscale's cloud in few minutes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Cluster With RKE On Outscale Cloud

This reprository contain a way to deploy a kubernetes cluster using rke on Outscale cloud provider.

Architecture

The Kubernetes cluster is deployed inside a Net with three Subnets:

  • One subnet (10.0.0.0/24) containing:
    • A bastion host
    • A NAT Service to provide internet access to nodes.
    • A load balancer for kube-apiserver
  • One subnet (10.0.0.1/24) containing all nodes (control plane and worker nodes)

Use the project

About

Example of Kubernetes deployment on Outscale's cloud in few minutes

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:HCL 100.0%