How To
How To Guides for Getting the Most Out of Plural
Articles in this section:
- Setting Up Your Management Cluster
- Setting Up Your Kubernetes Dashboard with RBAC
- Integrate with your Source Control Provider
- Set Up Your First Workload Cluster
- Set Up a Network Stack and other K8s Add-Ons
- Set Up a Basic Self-Service Worklfow with PR Automations
- Deploy Your First Microservice to a Workload Cluster
- Setup Your First Microservice Promotion Pipeline
These tutorials will guide you through a miniaturized example of the Kubernetes adoption process. The basic steps are:
- Setup your management cluster
- Setup a few workload clusters to separate dev and prod workloads
- Setup a base kubernetes runtime, in this case for managing networking w/ ingress, cert-manager, and external-dns
- Deploy dev + prod microservices
- Setup Pipelines between them.
We also go into a few other usecases that will often become useful, in particular:
- Implementing cloud self-service with our PR Automation and Terraform Stacks APIs.
- Integrating closely with your source control provider, to tightly integrate your deployment workflows with the code review and approval process.
They are meant to be consumed in order, but you can also browse around.