You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app-dev/devops-and-containers/oke/oke-rm/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# OKE Quickstart
1
+
# OKE Resource Manager
2
2
3
3
This repository was created with the intent of facilitating users with the creation of an OKE cluster from scratch.
4
4
@@ -8,13 +8,14 @@ In this repository we are going to provision all the components one by one (netw
8
8
9
9
NOTE: If you want to create an OKE cluster with GPU and RDMA, then the stack that creates everything is public and available [here](https://github.com/oracle-quickstart/oci-hpc-oke)
10
10
11
+
# Architecture
12
+

13
+
11
14
## Step 1: Create the network infrastructure for OKE
12
15
13
16
This stack is used to create the initial network infrastructure for OKE. When configuring it, pay attention to some details:
14
-
* Select Flannel as CNI if you are planning to use Bare Metal shapes for the OKE data plane, or if you do not have many IPs available in the VCN
15
17
* You can apply this stack even on an existing VCN, so that only the NSGs for OKE will be created
16
-
* By default, everything is private, but there is the possibility to create public subnets
17
-
* Be careful when modifying the default values, as inputs are not validated
18
+
* The default CNI is the VCN Native CNI, and it is the recommended one
18
19
19
20
[](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-devrel/technology-engineering/releases/download/oke-rm-1.1.9/infra.zip)
20
21
@@ -90,4 +91,3 @@ If you are looking to provision an OKE cluster for RDMA and GPUs using this stac
90
91
Provisioning an OKE cluster is just the first step, be sure to also check out these guides to learn how to configure it:
0 commit comments