rearrange swarm posts

This commit is contained in:
2022-02-21 19:31:04 +01:00
parent 704cce4d12
commit a225981c3c
4 changed files with 38 additions and 4 deletions

View File

@ -1,5 +1,5 @@
---
title: "Setup a Docker Swarm cluster - Part II"
title: "Setup a Docker Swarm cluster - Install - Part II"
date: 2022-02-18
description: "Build an opinionated containerized platform for developer..."
tags: ["docker", "swarm"]

View File

@ -1,5 +1,5 @@
---
title: "Setup a Docker Swarm cluster - Part III"
title: "Setup a Docker Swarm cluster - Databases - Part III"
date: 2022-02-19
description: "Build an opinionated containerized platform for developer..."
tags: ["docker", "swarm"]

View File

@ -1,5 +1,5 @@
---
title: "Setup a Docker Swarm cluster - Part VI"
title: "Setup a Docker Swarm cluster - Monitoring - Part VI"
date: 2022-02-20
description: "Build an opinionated containerized platform for developer..."
tags: ["docker", "swarm"]
@ -13,4 +13,16 @@ Build your own cheap while powerful self-hosted complete CI/CD solution by follo
This is the **Part VI** of more global topic tutorial. [Back to first part]({{< ref "/posts/2022-02-13-build-your-own-docker-swarm-cluster" >}}) to start from beginning.
## Grafana
## UI vizualization with Grafana
## Logs with Loki
## Metrics with Prometheus
## Tracing with Jaeger
## 4st conclusion 🏁
We've done all the monitoring part with complete centralized logging, metrics and tracing.
Now it's time to test a real case scenario for a developer perspective. We'll see that in the [last part]({{< ref "/posts/2022-02-21-build-your-own-docker-swarm-cluster-part-5" >}}).

View File

@ -0,0 +1,22 @@
---
title: "Setup a Docker Swarm cluster - CI/CD - Part V"
date: 2022-02-21
description: "Build an opinionated containerized platform for developer..."
tags: ["docker", "swarm"]
slug: build-your-own-docker-swarm-cluster-part-5
draft: true
---
{{< lead >}}
Build your own cheap while powerful self-hosted complete CI/CD solution by following this opinionated guide 🎉
{{< /lead >}}
This is the **Part V** of more global topic tutorial. [Back to first part]({{< ref "/posts/2022-02-13-build-your-own-docker-swarm-cluster" >}}) to start from beginning.
## Self-hosted VCS with Gitea
## CI/CD with Drone
## Final conclusion 🏁
We've done all the basics part of installing, using, testing cluster.