mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-16 03:06:28 +00:00
More tidy up and title fixes
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# Why Kubernetes?
|
||||
|
||||
---
|
||||
title: Docker Swarm vs Kubernetes (the winner)
|
||||
description: I cut my cloud-teeth on Docker swarm, but since swarm is all-but-abandoned by Docker/Mirantis, I'm a happy convert to Kubernetes. Here's why...
|
||||
---
|
||||
My first introduction to Kubernetes was a children's story:
|
||||
|
||||
<!-- markdownlint-disable MD033 -->
|
||||
@@ -7,7 +9,7 @@ My first introduction to Kubernetes was a children's story:
|
||||
|
||||
## Why Kubernetes?
|
||||
|
||||
Why would you want to Kubernetes for your self-hosted recipes, over simple Docker Swarm? Here's my personal take..
|
||||
Why would you want to Kubernetes for your self-hosted recipes, over simple [Docker Swarm](/ha-docker-swarm/)? Here's my personal take..
|
||||
|
||||
### Docker Swarm is dead
|
||||
|
||||
@@ -39,8 +41,8 @@ So let's get on with learning how to use the tool...
|
||||
|
||||
Primarily you need 2 things:
|
||||
|
||||
1. A cluster
|
||||
2. A way to deploy workloads into the cluster
|
||||
1. A [cluster](/kubernetes/cluster/)
|
||||
2. A way to [deploy workloads](/kubernetes/deployment/) into the cluster
|
||||
|
||||
Practically, you need some extras too, but you can mix-and-match these.
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: Traefik Ingress Controller's Dashboard
|
||||
description: Unlike competing ingresses (*cough* nginx *cough*), the beautiful Traefik dashboard UI is free for all.
|
||||
---
|
||||
# Traefik Dashboard
|
||||
|
||||
One of the advantages [Traefik](/kubernetes/ingress/traefik/) offers over [Nginx](/kubernetes/ingress/nginx/), is a native dashboard available in the open-source version (*Nginx+, the commercially-supported version, also includes a dashboard*).
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: Why I use Traefik Ingress Controller
|
||||
description: Among other advantages, I no longer need to replicate SSL certificate secrets for nginx-ingress-controller to consume, once-per-namespace!
|
||||
---
|
||||
# Traefik Ingress Controller
|
||||
|
||||
Unlike grumpy ol' man [Nginx](/kubernetes/ingress/ngnix/) :older_man:, Traefik, a microservice-friendly reverse proxy, is relatively fresh in the "cloud-native" space, having been "born" :baby_bottle: [in the same year that Kubernetes was launched](https://techcrunch.com/2020/09/23/five-years-after-creating-traefik-application-proxy-open-source-project-hits-2b-downloads/).
|
||||
|
||||
Reference in New Issue
Block a user