apricote.de/content/posts/ccm-from-scratch/part-4.md

17 lines
554 B
Markdown
Raw Normal View History

2023-10-21 17:06:37 +02:00
---
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 "." >}}).
>