Skip to content

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

License

Notifications You must be signed in to change notification settings

outscale/osc-k8s-rke-cluster

Repository files navigation

Kubernetes Cluster With RKE On Outscale Cloud

Project Sandbox

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages