mirror of
https://github.com/apricote/apricote.de.git
synced 2026-01-13 20:51:02 +00:00
update post for multiple parts
This commit is contained in:
parent
fad04ff7e0
commit
c97e19779c
7 changed files with 445 additions and 379 deletions
17
content/posts/ccm-from-scratch/part-4.md
Normal file
17
content/posts/ccm-from-scratch/part-4.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
author: "Julian Tölle"
|
||||
title: "Part 4: Implementing Controller: Service (Load Balancers)"
|
||||
date: "2023-09-06"
|
||||
description: |
|
||||
Goal: Setup Load Balancers so traffic reaches our cluster, set up an ingress in the dev env that uses the LB
|
||||
summary: |
|
||||
Goal: Setup Load Balancers so traffic reaches our cluster, set up an ingress in the dev env that uses the LB
|
||||
tags: ["kubernetes"]
|
||||
ShowToc: true
|
||||
ShowReadingTime: true
|
||||
ShowBreadCrumbs: true
|
||||
---
|
||||
|
||||
This is part 4 out of 5 of the series [Building a Kubernetes cloud-controller-manager]({{< ref "." >}}).
|
||||
|
||||
>
|
||||
Loading…
Add table
Add a link
Reference in a new issue