Skip to content

Commit c70b1ec

Browse files
authored
Merge pull request #534 from mlittlec/main
Add Post-49 to OCNE Track
2 parents 8261497 + 5da0066 commit c70b1ec

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed
205 KB
Loading
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: "Build From Source"
3+
date: 2025-04-15
4+
draft: false
5+
summary: "Learn how to build Oracle Cloud Native Environment from the GitHub source code."
6+
tags: ["ocne2", "lab", "tutorial", "ocne-install"]
7+
showDate: true
8+
---
9+
10+
## Links
11+
12+
:crescent_moon: [Lab](https://luna.oracle.com/lab/cbb51122-f393-454e-96f2-0486402b1f1d)
13+
14+
:spiral_notepad: [Tutorial](https://docs.oracle.com/en/learn/ocne2-build)
15+
16+
## Details
17+
18+
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](https://github.com/oracle-cne/ocne), and this tutorial demonstrates how to build the `ocne` executable yourself.
19+
20+
For more information about Oracle Cloud Native Environment 2, please refer to the current [Release Documentation](https://docs.oracle.com/en/operating-systems/olcne/) site.
21+
22+
### Objectives
23+
24+
In this tutorial, you'll learn to:
25+
26+
- Configure the build environment
27+
- Build the `ocne` executable
28+
- Start a Kubernetes cluster with the resulting executable
29+
30+
### Prerequisites
31+
32+
- Minimum of one Oracle Linux instance
33+
34+
- Each system should have Oracle Linux installed and configured with:
35+
36+
- An Oracle user account (used during the installation) with sudo access
37+
- Key-based SSH, also known as password-less SSH, between the hosts
38+
- A working KVM libvirt environment.

0 commit comments

Comments
 (0)