Kubernetes Guides
OK, so you have your Cloudify Manager setup ready. Let’s start using Cloudify to orchestrate Kubernetes! If you do not have your manager installed, please refer to the Cloudify Manager setup before moving on.
This section will walk you through the basic concepts of Cloudify orchestration by running example scenarios designed to match common required usecases and explain Cloudify best practices and proper service design. It is recommended to start with level one and make your way through the order of the examples; the more advanced examples expect some knowledge gained in earlier levels.
Level 1: Kubernetes Cluster Provisioning
Learn how to deploy Kubernetes on AWS, Azure, and GCP
Level 2: Discovering Kubernetes clusters
Learn how to discover existing Kubernetes cluster
Level 3: Using Helm
Learn how to deploy Helm Charts on existing Kubernetes clusters