Guides
These guides are about what you can do with Kubernetes once you have a cluster — deploying apps, scaling them, keeping them healthy. They’re deliberately general: the concepts apply to any conformant Kubernetes cluster, and we use your paasbox cluster as a concrete, ready-to-go environment to try them in.
If you’re looking for how the product works — what we provision, billing, grandfathered pricing — see the Documentation instead.
Start here
Section titled “Start here”- Deploy your first app — go from a container image to a running, reachable Deployment and Service.
- Scale & autoscale workloads — run more replicas, spread them across nodes, and let the cluster scale them for you.
What you’ll need
Section titled “What you’ll need”- A paasbox cluster (or any Kubernetes cluster) and its kubeconfig.
kubectlinstalled locally.- A container image to deploy — your own, or a public one to follow along.
More guides are on the way. Have a topic you’d like covered? Let us know.