Skip to main content

Kubernetes (Alpha)

Kubernetes deployment is intended for high-availability production environments. We're actively polishing this environment support and kubernetes experience is recommended.

Commands Reference

Cluster Setup

Before deploying, you must initialize the cluster. This process creates a root user and sets up the necessary certificates.

para kube setup

Deployment

Deploying to Kubernetes follows a similar syntax to Docker but utilizes the kube subcommand:

para kube deploy node

Available Commands

CommandDescription
createCreate new resources within the cluster.
setupInitialize the cluster to host a node by creating the root user and setting up certificates.
deployDeploy nodes, packages, or any sub-component of a package to an existing node.
updateUpdate existing deployments within the cluster.
startStart a node or package that has been stopped.
stopStop a running node or package.
restartRestart a node or package.
enableEnable a specific node feature.
disableDisable a specific node feature.
deleteDelete a package or node from the cluster.
getGet various objects and status information from the cluster.
connectConnects to the broker in a REPL (Experimental).
helpPrint this message or the help of the given subcommand(s).