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:

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

Enable the Kubernetes provider:

  1. hal config provider kubernetes enable

Finally, enable artifact support .

Last modified May 7, 2021: docs(migration): fix imgs and links (9a18ce6)