Skip to content

Commit 4080cd5

Browse files
feat(video): Advanced Kubernetes Networking with Multus
1 parent 284bb35 commit 4080cd5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

_posts/2024-04-14-advanced-kubernetes-networking.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: "Advanced Kubernetes Networking with Multus"
3+
title: "Advanced Kubernetes Networking with Multus (It's easier than you think)"
44
date: 2024-04-14 08:00:00 -0500
55
categories: homelab
66
tags: multus kubernetes networking rke2 k3s cni cilium
@@ -9,7 +9,7 @@ image:
99
lqip: ddata:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAf/AABEIAAYACgMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1/uPh1dah4cXzLy38+e8iuDcw3OpWtzHvjbakDxvLbRKheMp5llcBQJQwkd4poPDjQ/du8nU55SnLnk7cs425Yxs1Hl6Je69eZcz51hzwVF1JKdT2tOLjFuKjzSSteLjJqDho4KT97VOzaPG3/AGXtevXa8Xx9rUC3bNcrCviLWysKzkyiJT5IysYfYD6Cslgo2X7mjsvtf/cTnhS54QmsNg7TjGSvGztJJq69k7PXa7t3e5//2Q==
1010
---
1111

12-
I just discovered Multus and it fixed Kubernetes networking! In this video we cover a lot of Kubernetes networking topics from beginner topics like CNIs, to advanced topics like adding Multus for more traditional networking within Kubernetes - which fixes a lot of problems you see with Kubernetes networking.
12+
I just discovered Multus and it fixed Kubernetes networking! In this video we cover a lot of Kubernetes networking topics from beginner topics like CNIs, to advanced topics like adding Multus for more traditional networking within Kubernetes - which fixes a lot of problems you see with Kubernetes networking. Also, I had to turn the nerd up to 11 on this one.
1313

1414
{% include embed/youtube.html id='atfLTiW5yvM' %}
1515
📺 [Watch Video](https://www.youtube.com/watch?v=atfLTiW5yvM)
@@ -18,6 +18,7 @@ I just discovered Multus and it fixed Kubernetes networking! In this video we c
1818
- Network diagram created with Excalidraw <https://github.com/excalidraw/excalidraw>
1919
- Much of the documentation and diagrams we walked through can be found on [DevOpsTales](https://devopstales.github.io/kubernetes/multus/)
2020
- Huge thanks to the folks over in the [Home Operations Discord](https://discord.com/servers/home-operations-673534664354430999) too!
21+
- Huge thanks to [Andy (@clemenko)](https://twitter.com/clemenko) for helping me troubleshoot and diagnose issues with Multus/RKE2/Cilium
2122

2223
Disclosures:
2324

@@ -391,10 +392,6 @@ If all of the tests passed, you should be good!
391392

392393
You can now do the same thing for your other workloads that need to use Multus!
393394

394-
## Thanks
395-
396-
397-
398395
## Join the conversation
399396

400397
<blockquote class="twitter-tweet" data-dnt="true" data-theme="dark"><p lang="en" dir="ltr">Today I released 40 minute, super niche technical video on advanced Kubernetes networking with Multus. <br><br>I didn&#39;t do it for the algorithm, I did it because I loved every minute of it. (Well, after I got it working)<a href="https://t.co/O7sLjDIMXt">https://t.co/O7sLjDIMXt</a> <a href="https://t.co/bBnBbmlsDx">pic.twitter.com/bBnBbmlsDx</a></p>&mdash; Techno Tim (@TechnoTimLive) <a href="https://twitter.com/TechnoTimLive/status/1779516238533627905?ref_src=twsrc%5Etfw">April 14, 2024</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

0 commit comments

Comments
 (0)