Installing Nuclio on Kubernetes#

Follow this step-by-step guide to set up a Nuclio development environment that uses a Kubernetes cluster.

In this document#

Prerequisites#

Before starting the set-up procedure, ensure that the following prerequisites are met:

Install Nuclio#

At this stage you should have a functioning Kubernetes cluster, credentials to a private Docker registry, and a working Kubernetes CLI (kubectl), and you can proceed to install the Nuclio services on the cluster (i.e., deploy Nuclio). For more information about kubectl, see the Kubernetes documentation.

Follow the instructions of How to run nuclio in Production

Use the command kubectl --namespace nuclio get pods to verify both the controller and dashboard are running.

What’s next?#

See the following resources to make the best of your new Nuclio environment: