Docs · Services
Managed k3s
Single-node managed Kubernetes (multi-node + HA control-plane in the next phase). Kubeconfig escrowed in KMS.
Tutorial
1. Create a cluster
Bootstrap takes ~90s. Versions pinned upstream releases (e.g. v1.30.3+k3s1).
cloudnx k3s create --name my-cluster --version v1.30.3+k3s12. Fetch the kubeconfig
Decrypted from KMS at fetch time; never stored on disk by the CLI.
cloudnx k3s kubeconfig my-cluster > ~/.kube/cnx-config3. Use it
kubectl --kubeconfig ~/.kube/cnx-config get nodesPricing
Compute billed as the underlying VM (vCPU + RAM + disk). Control plane is free.
CLI
All operations have a cloudnx k3s subcommand. Run cloudnx k3s --help for the full surface.