This reprository contain a way to deploy a kubernetes cluster using rke on Outscale cloud provider.
The Kubernetes cluster is deployed inside a Net with two 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)
The Kubernetes cluster is deployed in the public cloud :
- All nodes have a public IP:
- A load balancer is created to access the kube-apiserver