Links
🌙 Lab
🗒️ Tutorial
Details
The Oracle Cloud Native Environment (Oracle CNE) Command Line Interface (CLI) manages the lifecycle of the Kubernetes cluster at your organization. It is also an Open Source project available on GitHub, and this tutorial demonstrates how to build the ocne
executable yourself.
For more information about Oracle Cloud Native Environment 2, please refer to the current Release Documentation site.
Objectives
In this tutorial, you’ll learn to:
- Configure the build environment
- Build the
ocne
executable - Start a Kubernetes cluster with the resulting executable
Prerequisites
Minimum of one Oracle Linux instance
Each system should have Oracle Linux installed and configured with:
- An Oracle user account (used during the installation) with sudo access
- Key-based SSH, also known as password-less SSH, between the hosts
- A working KVM libvirt environment.