Skip to content

Commit

Permalink
Merge pull request #39 from cloudnull/date-fx
Browse files Browse the repository at this point in the history
fix: change date
  • Loading branch information
cloudnull authored Jan 30, 2025
2 parents 26d3b2a + ad71d4c commit 1e8300e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/blog/posts/2025-01-08-integrating-openstack-ccm.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
date: 2024-01-08
date: 2025-01-08
title: Create Octavia Loadbalancers dynamically with Kubernetes and Openstack Cloud Controller Manager
authors:
- mikeruu
Expand All @@ -12,7 +12,7 @@ categories:

![octavia](assets/images/2025-01-08/octavia_logo.webp){ align=left : style="max-width:150px;background-color:rgb(28 144 243);" }

Load Balancers are essential in Kubernetes for exposing services to users in a cloud native way by distributing network traffic across multiple nodes, ensuring high availability, fault tolerance, and optimal performance for applications.
Load Balancers are essential in Kubernetes for exposing services to users in a cloud native way by distributing network traffic across multiple nodes, ensuring high availability, fault tolerance, and optimal performance for applications.

By integrating with OpenStack’s Load Balancer as a Service (LBaaS) solutions like Octavia, Kubernetes can automate the creation and management of these critical resources with the use of the Openstack Cloud Controller Manager. The controller will identify services of type `LoadBalancer` and will automagically create cloud Loadbalancers on Openstack Flex with the Kubernetes nodes as members.

Expand Down

0 comments on commit 1e8300e

Please sign in to comment.