New Kubernetes Cloud Finding in Juju 2.9

Introduction

In Juju 2.9 we are pleased to announce some new features for bootstrapping and adding Kubernetes clouds to Juju. Juju will automatically detect local Kubernetes clouds (contexts) available on the users system and display them as first class clouds that can be bootstrapped to.

How To

First you will need to make sure you have a Kubernetes context configured in a local Kubernetes configuration file on your system. See this Kubernetes Doc for more information.

Running juju clouds will show a list of locally acquired Kubernetes clouds.

You are then able to bootstrap to one of the clouds with juju bootstrap <cloud>

Feedback

The Juju team would appreciate any feedback on this feature and how it has worked for you.