mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-02-04 16:16:40 +07:00
using regex to bulk change dev.to format
This commit is contained in:
parent
c098a60ef0
commit
7a21da49ca
2
.github/workflows/deploy-blog-posts.yml
vendored
2
.github/workflows/deploy-blog-posts.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
# See https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# (Optional) The files to publish. Default is "posts/**/*.md"
|
||||
files: 'Days/**/day01.md'
|
||||
files: 'Days/**/*.md'
|
||||
# (Optional) The git branch to use. Default is 'main'.
|
||||
branch: main
|
||||
# (Optional) Use conventional commit messages. Default is false.
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: '#90DaysOfDevOps - Introduction - Day 1'
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Introduction
|
||||
tags: 'devops, 90daysofdevops, learning'
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
id: 1048278
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Responsibilities of a DevOps Engineer - Day 2"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Responsibilities of a DevOps Engineer
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day02.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
|
||||
## Responsibilities of a DevOps Engineer
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Application Focused - Day 3"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Application Focused
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day03.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## DevOps Lifecycle - Application Focused
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - DevOps & Agile - Day 3"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - DevOps & Agile
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day04.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## DevOps & Agile
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Plan > Code > Build > Testing > Release > Deploy > Operate > Monitor > - Day 5"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Plan > Code > Build > Testing > Release > Deploy > Operate > Monitor >
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day05.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Plan > Code > Build > Testing > Release > Deploy > Operate > Monitor >
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - DevOps - The real stories - Day 6"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - DevOps - The real stories
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day06.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## DevOps - The real stories
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - The Big Picture: DevOps & Learning a Programming Language - Day 7"
|
||||
published: false
|
||||
description: "90DaysOfDevOps - The Big Picture: DevOps & Learning a Programming Language"
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day07.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## The Big Picture: DevOps & Learning a Programming Language
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Setting up your DevOps environment for Go & Hello World - Day 8"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Setting up your DevOps environment for Go & Hello World
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day08.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Setting up your DevOps environment for Go & Hello World
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Let's explain the Hello World code - Day 9"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Let's explain the Hello World code
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day09.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Let's explain the Hello World code
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - The Go Workspace - Day 10"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - The Go Workspace
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day10.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
### The Go Workspace
|
||||
On [Day 8](day08.md) we briefly covered the Go workspace to get Go up and running to get to the demo of `Hello #90DaysOfDevOps` But we should explain a little more about the Go workspace.
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Variables & Constants in Go - Day 11"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Variables & Constants in Go
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day11.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
|
||||
Before we get into the topics for today I want to give a massive shout out to [Techworld with Nana](https://www.youtube.com/watch?v=yyUHQIec83I) and this fantastic concise journey through the fundamentals of Go.
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Getting user input with Pointers and a finished program - Day 12"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Getting user input with Pointers and a finished program
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day12.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Getting user input with Pointers and a finished program
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Tweet your progress with our new App - Day 13"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Tweet your progress with our new App
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day13.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Tweet your progress with our new App
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - The Big Picture: DevOps and Linux - Day 14"
|
||||
published: false
|
||||
description: "90DaysOfDevOps - The Big Picture: DevOps and Linux"
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day14.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## The Big Picture: DevOps and Linux
|
||||
Linux and DevOps share very similar cultures and perspectives; both are focused on customization and scalability. Both of these aspects of Linux are of particular importance for DevOps.
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Linux Commands for DevOps (Actually everyone) - Day 15"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Linux Commands for DevOps (Actually everyone)
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day15.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Linux Commands for DevOps (Actually everyone)
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Managing your Linux System, Filesystem & Storage - Day 16"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Managing your Linux System, Filesystem & Storage
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day16.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Managing your Linux System, Filesystem & Storage
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Text Editors - nano vs vim - Day 17"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Text Editors - nano vs vim
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day17.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Text Editors - nano vs vim
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - SSH & Web Server - Day 18"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - SSH & Web Server
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day18.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## SSH & Web Server
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Automate tasks with bash scripts - Day 19"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Automate tasks with bash scripts
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day19.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Automate tasks with bash scripts
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Dev workstation setup - All the pretty things - Day 20"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Dev workstation setup - All the pretty things
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day20.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Dev workstation setup - All the pretty things
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - The Big Picture: DevOps and Networking - Day 21"
|
||||
published: false
|
||||
description: "90DaysOfDevOps - The Big Picture: DevOps and Networking"
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day21.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## The Big Picture: DevOps and Networking
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - The OSI Model - The 7 Layers - Day 22"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - The OSI Model - The 7 Layers
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day22.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## The OSI Model - The 7 Layers
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Network Protocols - Day 23"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Network Protocols
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day23.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Network Protocols
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Network Automation - Day 24"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Network Automation
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day24.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Network Automation
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Python for Network Automation - Day 25"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Python for Network Automation
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day25.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Python for Network Automation
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Building our Lab - Day 26"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Building our Lab
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day26.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Building our Lab
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Getting Hands-On with Python & Network - Day 27"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Getting Hands-On with Python & Network
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day27.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Getting Hands-On with Python & Network
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - The Big Picture: DevOps & The Cloud - Day 28"
|
||||
published: false
|
||||
description: "90DaysOfDevOps - The Big Picture: DevOps & The Cloud"
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day28.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## The Big Picture: DevOps & The Cloud
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Microsoft Azure Fundamentals - Day 29"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Microsoft Azure Fundamentals
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day29.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Microsoft Azure Fundamentals
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Microsoft Azure Security Models - Day 30"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Microsoft Azure Security Models
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day30.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Microsoft Azure Security Models
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Microsoft Azure Compute Models - Day 31"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Microsoft Azure Compute Models
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day31.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Microsoft Azure Compute Models
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Microsoft Azure Storage Models - Day 32"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Microsoft Azure Storage Models
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day32.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Microsoft Azure Storage Models
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Microsoft Azure Networking Models + Azure Management - Day 33"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Microsoft Azure Networking Models + Azure Management
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day33.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Microsoft Azure Networking Models + Azure Management
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Microsoft Azure Hands-On Scenarios - Day 34"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Microsoft Azure Hands-On Scenarios
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day34.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Microsoft Azure Hands-On Scenarios
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - The Big Picture: Git - Version Control - Day 35"
|
||||
published: false
|
||||
description: "90DaysOfDevOps - The Big Picture: Git - Version Control"
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day35.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## The Big Picture: Git - Version Control
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Installing & Configuring Git - Day 36"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Installing & Configuring Git
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day36.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Installing & Configuring Git
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Gitting to know Git - Day 37"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Gitting to know Git
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day37.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Gitting to know Git
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Staging & Changing - Day 38"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Staging & Changing
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day38.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Staging & Changing
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Viewing, unstaging, discarding & restoring - Day 39"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Viewing, unstaging, discarding & restoring
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day39.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Viewing, unstaging, discarding & restoring
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Social Network for code - Day 40"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Social Network for code
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day40.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Social Network for code
|
||||
Exploring GitHub | GitLab | BitBucket
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - The Open Source Workflow - Day 41"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - The Open Source Workflow
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day41.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## The Open Source Workflow
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - The Big Picture: Containers - Day 42"
|
||||
published: false
|
||||
description: "90DaysOfDevOps - The Big Picture: Containers"
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day42.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## The Big Picture: Containers
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - What is Docker & Getting installed - Day 43"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - What is Docker & Getting installed
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day43.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## What is Docker & Getting installed
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Docker Images & Hands-On with Docker Desktop - Day 44"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Docker Images & Hands-On with Docker Desktop
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day44.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Docker Images & Hands-On with Docker Desktop
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - The anatomy of a Docker Image - Day 45"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - The anatomy of a Docker Image
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day45.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## The anatomy of a Docker Image
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Docker Compose - Day 46"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Docker Compose
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day46.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Docker Compose
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Docker Networking & Security - Day 47"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Docker Networking & Security
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day47.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Docker Networking & Security
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Alternatives to Docker - Day 48"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Alternatives to Docker
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day48.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Alternatives to Docker
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - The Big Picture: Kubernetes - Day 49"
|
||||
published: false
|
||||
description: "90DaysOfDevOps - The Big Picture: Kubernetes"
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day49.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## The Big Picture: Kubernetes
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Choosing your Kubernetes platform - Day 50"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Choosing your Kubernetes platform
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day50.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Choosing your Kubernetes platform
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Deploying your first Kubernetes Cluster - Day 51"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Deploying your first Kubernetes Cluster
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day51.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Deploying your first Kubernetes Cluster
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Setting up a multinode Kubernetes Cluster - Day 52"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Setting up a multinode Kubernetes Cluster
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day52.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Setting up a multinode Kubernetes Cluster
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Rancher Overview - Hands On - Day 53"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Rancher Overview - Hands On
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day53.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Rancher Overview - Hands On
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Kubernetes Application Deployment - Day 54"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Kubernetes Application Deployment
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day54.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Kubernetes Application Deployment
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - State and Ingress in Kubernetes - Day 55"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - State and Ingress in Kubernetes
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day55.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## State and Ingress in Kubernetes
|
||||
In this closing section of Kubernetes, we are going to take a look at State and ingress.
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - The Big Picture: IaC - Day 56"
|
||||
published: false
|
||||
description: "90DaysOfDevOps - The Big Picture: IaC"
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day56.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## The Big Picture: IaC
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - An intro to Terraform - Day 57"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - An intro to Terraform
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day57.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## An intro to Terraform
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - HashiCorp Configuration Language (HCL) - Day 58"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - HashiCorp Configuration Language (HCL)
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day58.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## HashiCorp Configuration Language (HCL)
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Create a VM with Terraform & Variables - Day 59"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Create a VM with Terraform & Variables
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day59.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Create a VM with Terraform & Variables
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Docker Containers, Provisioners & Modules - Day 60"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Docker Containers, Provisioners & Modules
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day60.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Docker Containers, Provisioners & Modules
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Kubernetes & Multiple Environments - Day 61"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Kubernetes & Multiple Environments
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day61.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Kubernetes & Multiple Environments
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Testing, Tools & Alternatives - Day 62"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Testing, Tools & Alternatives
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day62.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Testing, Tools & Alternatives
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - The Big Picture: Configuration Management - Day 63"
|
||||
published: false
|
||||
description: "90DaysOfDevOps - The Big Picture: Configuration" Management
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day63.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## The Big Picture: Configuration Management
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Ansible: Getting Started - Day 64"
|
||||
published: false
|
||||
description: "90DaysOfDevOps - Ansible: Getting Started"
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day64.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Ansible: Getting Started
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Ansible Playbooks - Day 65"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Ansible Playbooks
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day65.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
### Ansible Playbooks
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Ansible Playbooks Continued... - Day 66"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Ansible Playbooks Continued...
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day66.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Ansible Playbooks Continued...
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Using Roles & Deploying a Loadbalancer - Day 67"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Using Roles & Deploying a Loadbalancer
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day67.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Using Roles & Deploying a Loadbalancer
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Tags, Variables, Inventory & Database Server config - Day 68"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Tags, Variables, Inventory & Database Server config
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day68.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Tags, Variables, Inventory & Database Server config
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - All other things Ansible - Automation Controller (Tower), AWX, Vault - Day 69"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - All other things Ansible - Automation Controller (Tower), AWX, Vault
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day69.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## All other things Ansible - Automation Controller (Tower), AWX, Vault
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - The Big Picture: CI/CD Pipelines - Day 70"
|
||||
published: false
|
||||
description: "90DaysOfDevOps - The Big Picture: CI/CD Pipelines"
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day70.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## The Big Picture: CI/CD Pipelines
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - What is Jenkins? - Day 71"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - What is Jenkins?
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day71.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## What is Jenkins?
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Getting hands on with Jenkins - Day 72"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Getting hands on with Jenkins
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day72.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Getting hands on with Jenkins
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Building a Jenkins Pipeline - Day 73"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Building a Jenkins Pipeline
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day73.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Building a Jenkins Pipeline
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Hello World - Jenkinsfile App Pipeline - Day 74"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Hello World - Jenkinsfile App Pipeline
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day74.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Hello World - Jenkinsfile App Pipeline
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - GitHub Actions Overview - Day 75"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - GitHub Actions Overview
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day75.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## GitHub Actions Overview
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - ArgoCD Overview - Day 76"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - ArgoCD Overview
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day76.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## ArgoCD Overview
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - The Big Picture: Monitoring - Day 77"
|
||||
published: false
|
||||
description: "90DaysOfDevOps - The Big Picture: Monitoring"
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day77.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## The Big Picture: Monitoring
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Hands-On Monitoring Tools - Day 78"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Hands-On Monitoring Tools
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day78.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Hands-On Monitoring Tools
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - The Big Picture: Log Management - Day 79"
|
||||
published: false
|
||||
description: "90DaysOfDevOps - The Big Picture: Log Management"
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day79.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## The Big Picture: Log Management
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - ELK Stack - Day 80"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - ELK Stack
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day80.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## ELK Stack
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Fluentd & FluentBit - Day 81"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Fluentd & FluentBit
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day81.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Fluentd & FluentBit
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - EFK Stack - Day 82"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - EFK Stack
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day82.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
### EFK Stack
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Data Visualisation - Grafana - Day 83"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Data Visualisation - Grafana
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day83.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Data Visualisation - Grafana
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - The Big Picture: Data Management - Day 84"
|
||||
published: false
|
||||
description: "90DaysOfDevOps - The Big Picture: Data Management"
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day84.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## The Big Picture: Data Management
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Data Services - Day 85"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Data Services
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day85.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Data Services
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Backup all the platforms - Day 86"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Backup all the platforms
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day86.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Backup all the platforms
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Hands-On Backup & Recovery - Day 87"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Hands-On Backup & Recovery
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day87.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Hands-On Backup & Recovery
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Application Focused Backups - Day 88"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Application Focused Backups
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day88.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Application Focused Backups
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Disaster Recovery - Day 89"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Disaster Recovery
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day89.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Disaster Recovery
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
title: "#90DaysOfDevOps - Data & Application Mobility - Day 90"
|
||||
published: false
|
||||
description: 90DaysOfDevOps - Data & Application Mobility
|
||||
|
||||
|
||||
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day90.md
|
||||
tags: 'devops, 90daysofdevops, learning, sre'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
---
|
||||
## Data & Application Mobility
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user