Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

outscale/osc-k8s-rke-cluster

Kubernetes Cluster With RKE On Outscale Cloud

Project Archived

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

Architecture

Private (default)

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)

Public

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

Use the project

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors 5

Languages