Skip to main content

Services

You are now ready to deploy the services one by one with Plane as described in the following sections.

Terraform-first workflow (AWS)

Before deploying services with Plane, provision the infrastructure and Kubeadm cluster:

cd terraform
terraform init
terraform apply
./generated/clouder-Kubeadm-setup.sh
export KUBECONFIG=~/.clouder/kubeconfigs/kubeconfig-$(terraform output -raw cluster_name)
kubectl get nodes -o wide

Then deploy all services in one pass:

./generated/plane-deploy-all-services.sh
note

This is the minimum set of Services to serve a base Jupyter Remote Runtime deployment.