This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Kubernetes cluster

Install OpenServerless on a Kubernetes Cluster

    Cluster Installation

    This section describes how to install OpenServerless on a Kubernetes Cluster

    Prerequisites

    Before installing, you need to:

    Installation

    If you have a Kubernetes cluster directly accessible with its configuration, or you provisioned a cluster in some cloud using ops embedded tools, you just need to type:

    ops setup cluster
    

    Sometimes the kubeconfig includes access to multiple Kubernetes instances, each one identified by a different <context> name. You can install the OpenServerless cluster in a specified <context> with:

    ops setup cluster <context>
    

    Post Install

    ops setup cluster --uninstall