using regex to bulk change dev.to format

This commit is contained in:
Michael Cade 2022-04-07 22:47:12 +01:00
parent c098a60ef0
commit 7a21da49ca
91 changed files with 269 additions and 269 deletions

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 >

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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)

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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...

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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?

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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