Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

The preparations described below are required to install  using Helm charts and Docker images. Read through the steps below and follow each step before installing. This pre-installation is normally needed to be done one time only.

Deployment Architecture:

This is an overview of the different pods and services are mapped to node ports. 

Initialization:

  1. You are required to configure the kubeconfig context for your local kubectl client to connect to your config context.  You should be able to use your kubernetes cluster as an administrator or gain all the necessary roles, that can deploy the resources

    [hide] Line Brake [/hide]

  2. Verify that your are in right cluster and can list the nodes and other resources

    $kubectl get node
    $kubectl get all


    [hide] Line Brake [/hide]

  3. To verify that the Helm CLI is initialized, run the following command:

    $ helm version -c

    Output example:

    $ helm version -c
    version.BuildInfo{Version:“v3.2.1”, 
    GitCommit:“fe51cd1e31e6a202cba7dead9552a6d418ded79a”, 
    GitTreeState:“clean”, 
    GoVersion:“go1.13.10"}


    [hide] Line Brake [/hide]

This section contains:

  • No labels