diff --git a/content/posts/ocne/post-12/index.md b/content/posts/ocne/post-12/index.md index 4b092746..1b63ba41 100644 --- a/content/posts/ocne/post-12/index.md +++ b/content/posts/ocne/post-12/index.md @@ -2,7 +2,7 @@ title: "Use MetalLB" date: 2022-08-15 draft: false -summary: "[MetalLB](https://metallb.universe.tf/) is a network load balancer for Kubernetes applications deployed with Oracle Cloud Native Environment that runs on bare metal hosts. MetalLB allows you to use Kubernetes LoadBalancer services, which traditionally use a cloud provider's network load balancer, in bare metal environments." +summary: "Learn how to configure MetalLB with Oracle Cloud Native Environment." tags: ["ocne", "lab", "tutorial", "ocne-install"] showDate: true --- diff --git a/content/posts/ocne/post-13/index.md b/content/posts/ocne/post-13/index.md index 61e227ad..e59ca3f9 100644 --- a/content/posts/ocne/post-13/index.md +++ b/content/posts/ocne/post-13/index.md @@ -2,7 +2,7 @@ title: "Use OCI Cloud Controller Manager" date: 2022-08-26 draft: false -summary: "This tutorial shows how to deploy the Oracle Cloud Infrastructure Cloud Controller Manager module (OCI-CCM module) within Oracle Cloud Native Environment to handle requests for an external LoadBalancer Service type. The Oracle Cloud Infrastructure Cloud Controller Manager module uses the open source [oci-cloud-controller-manager](https://github.com/oracle/oci-cloud-controller-manager) project, which is a Kubernetes Cloud Controller Manager implementation (or out-of-tree cloud-provider) for Oracle Cloud Infrastructure (OCI)." +summary: "Learn how to enable the LoadBalancer Service type in Oracle Cloud Native Environment on Oracle Cloud Infrastructure." tags: ["ocne", "lab", "tutorial", "ocne-install"] showDate: true ---