Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) Setup

Deploy to OKE using the Kubernetes provider for Spinnaker.

This page describes how to set up a Kubernetes cluster on OKE to be used with Spinnaker’s Kubernetes provider.

Create a cluster

If you don’t already have a cluster for this purpose, you can create a Kubernetes cluster on OKE by following this tutorial .

Download kubectl configuration file

Follow the instructions to download kubectl configuration file.

Enable Kubernetes Cloud provider using Halyard

Run the following hal command to add an account named my-k8s-v2-acct to your list of Kubernetes accounts:

hal config provider kubernetes account add my-k8s-acct \
    --context $(kubectl config current-context)

Enable the Kubernetes provider:

hal config provider kubernetes enable

Finally, enable artifact support .