Skip to content

Commit be5e653

Browse files
authored
Merge branch 'main' into MarcGueury-patch-12
2 parents c92f284 + 48846b9 commit be5e653

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

app-dev/devops-and-containers/oke/oke-rm/README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OKE Quickstart
1+
# OKE Resource Manager
22

33
This repository was created with the intent of facilitating users with the creation of an OKE cluster from scratch.
44

@@ -8,13 +8,14 @@ In this repository we are going to provision all the components one by one (netw
88

99
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)
1010

11+
# Architecture
12+
![Architecture](images/architecture.png)
13+
1114
## Step 1: Create the network infrastructure for OKE
1215

1316
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
1517
* 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
1819

1920
[![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-devrel/technology-engineering/releases/download/oke-rm-1.1.9/infra.zip)
2021

@@ -80,9 +81,13 @@ Once we have an image, we can modify the Terraform configurations directly from
8081

8182
If you are looking to provision an OKE cluster for RDMA and GPUs using this stack and approach, feel free to contact one of the [EMEA AppDev team](../../../README.md) as we prefer to help you, and to give you some tips to go faster.
8283

84+
## Step 4: Expose a simple application using Envoy Gateway and Gateway API
85+
86+
[![Open in Code Editor](https://raw.githubusercontent.com/oracle-devrel/oci-code-editor-samples/main/images/open-in-code-editor.png)](https://cloud.oracle.com/?region=home&cs_repo_url=https://github.com/alcampag/oci-envoy-gateway-api.git&cs_branch=main&cs_readme_path=README.md&cs_open_ce=true)
87+
88+
8389
# What to do next?
8490

8591
Provisioning an OKE cluster is just the first step, be sure to also check out these guides to learn how to configure it:
8692
* [OKE policies](../oke-policies/policies.md)
8793
* [GitOps with ArgoCD](../oke-gitops/README.md)
88-
* [Ingress guide](ingress.md)
5.17 MB
Loading

0 commit comments

Comments
 (0)