akj2018 / claudie

Cloud-agnostic managed Kubernetes

Home Page:https://docs.claudie.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool




Platform for managing multi-cloud Kubernetes clusters with each nodepool in a different cloud-provider

Releases

Intro video

Vision of Claudie

The purpose of Claudie is to become the final Kubernetes engine you'll ever need. It aims to build clusters that leverage features and costs across multiple cloud vendors and on-prem datacenters. A Kubernetes that you won't ever need to migrate away from.

Typical use cases

Claudie has been built as an answer to the following Kubernetes challenges.

  • Cost savings
  • Data locality & compliance (e.g. GDPR)
  • Managed Kubernetes for providers that do not offer it
  • Cloud bursting
  • Service interconnect

Read in more details here.

Features

Manage multi-cloud Kubernetes clusters

Create fully-featured Kubernetes clusters composed of multiple different public Cloud providers in an easy and secure manner. Simply insert credentials to your cloud projects, define your cluster, and watch how the infra spawns right in front of you.

Infra Diagram

Management via IaC

Declaratively define your infrastructure with a simple, easy to understand YAML syntax. See example manifest.

Fast scale-up/scale-down of your infrastructure

To scale-up or scale-down, simply change a few lines in the input manifest and Claudie will take care of the rest in the matter of minutes.

Loadbalancing

Claudie has its own managed load-balancing solution, which you can use for Ingresses, the Kubernetes API server, or generally anything. Check out our LB docs.

Persistent storage volumes

Claudie comes pre-configured with a storage solution, with ready-to-use Storage Classes. See Storage docs to learn more.

Supported cloud providers

Cloud Provider Nodepools DNS
AWS ✔️ ✔️
Azure ✔️ ✔️
GCP ✔️ ✔️
OCI ✔️ ✔️
Hetzner ✔️ ✔️
Cloudflare N/A ✔️

For adding support for other cloud providers, open an issue or propose a PR.

Get started using Claudie

To try Claudie you can follow these few steps or go to Getting Started section in our documentation.

  1. Before you begin, please make sure you have installed cert-manager.

    kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.12.0/cert-manager.yaml
  2. Download and extract manifests of the lates release from our release page.

    wget https://github.com/berops/claudie/releases/latest/download/claudie.zip && unzip claudie.zip -d claudie
  3. Deploy Claudie into a Kubernetes cluster.

    kubectl apply -k claudie
  4. Provide your own input manifest via a Kubernetes Secret.

    Have a look at our input manifest documentation to explore what's possible.

To see in detail how to correctly apply the manifest into Claudie and how get outputs from Claudie please refer to the CRUD document.

Get involved

Everyone is more than welcome to open an issue, a PR or to start a discussion.

For more information about contributing please read the contribution guidelines.

If you want to have a chat with us, feel free to join our Slack workspace.

Security

While we strive to create secure software, there is always a chance that we miss something. If you've discovered something that requires our attention, see our security policy to learn how to proceed.

Roadmap

To see the vision behind Claudie, please refer to the roadmap document.

Reach out to us

Claudie is proudly developed by Berops. Feel free to request a demo here. For information on enterprise support, contact us here.

LICENSE

Apache-2.0 (see LICENSE for details).

About

Cloud-agnostic managed Kubernetes

https://docs.claudie.io/

License:Apache License 2.0


Languages

Language:Go 85.9%Language:Smarty 11.3%Language:Dockerfile 2.0%Language:Makefile 0.8%Language:Jinja 0.1%