Skip to content

Commit 5da0066

Browse files
committed
Add new post for Build From Source
1 parent 84dc170 commit 5da0066

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

content/posts/ocne/post-49/index.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,31 @@
11
---
2-
title: "Update Kubernetes Version"
3-
date: 2025-04-02
2+
title: "Build From Source"
3+
date: 2025-04-15
44
draft: false
5-
summary: "Learn how to upgrade the Kubernetes version in your Oracle Cloud Native Environment cluster."
5+
summary: "Learn how to build Oracle Cloud Native Environment from the GitHub source code."
66
tags: ["ocne2", "lab", "tutorial", "ocne-install"]
77
showDate: true
88
---
99

1010
## Links
1111

12-
:crescent_moon: [Lab](https://luna.oracle.com/lab/14b48272-191c-4c61-9fce-e4200b6af519)
12+
:crescent_moon: [Lab](https://luna.oracle.com/lab/cbb51122-f393-454e-96f2-0486402b1f1d)
1313

14-
:spiral_notepad: [Tutorial](https://docs.oracle.com/en/learn/ocne2-upgrade-kubernetes)
14+
:spiral_notepad: [Tutorial](https://docs.oracle.com/en/learn/ocne2-build)
1515

1616
## Details
1717

18-
Best practices recommend upgrading your Kubernetes cluster as soon after a new release as possible. The reasons to upgrade as quickly as possible include:
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.
1919

20-
- Apply the latest security fixes
21-
- Access stability and performance improvements
22-
- Access new features, APIs & functionality
23-
24-
This tutorial demonstrates how to upgrade the Kubernetes version used on your Oracle CNE cluster.
25-
26-
For more information about Oracle CNE, please refer to the current [Release Documentation](https://docs.oracle.com/en/operating-systems/olcne/) site.
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.
2721

2822
### Objectives
2923

3024
In this tutorial, you'll learn to:
3125

32-
- Upgrade the Kubernetes version deployed across your cluster
26+
- Configure the build environment
27+
- Build the `ocne` executable
28+
- Start a Kubernetes cluster with the resulting executable
3329

3430
### Prerequisites
3531

0 commit comments

Comments
 (0)