diff --git a/.github/workflows/deploy-blog-posts.yml b/.github/workflows/deploy-blog-posts.yml index de76f2a..923cbbb 100644 --- a/.github/workflows/deploy-blog-posts.yml +++ b/.github/workflows/deploy-blog-posts.yml @@ -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. diff --git a/Days/day01.md b/Days/day01.md index 75343e6..2c10f79 100644 --- a/Days/day01.md +++ b/Days/day01.md @@ -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 diff --git a/Days/day02.md b/Days/day02.md index b4484b4..ebc7215 100644 --- a/Days/day02.md +++ b/Days/day02.md @@ -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 diff --git a/Days/day03.md b/Days/day03.md index 3cb8aab..0e2db84 100644 --- a/Days/day03.md +++ b/Days/day03.md @@ -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 diff --git a/Days/day04.md b/Days/day04.md index b59d6d0..e443e46 100644 --- a/Days/day04.md +++ b/Days/day04.md @@ -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 diff --git a/Days/day05.md b/Days/day05.md index a01cc9c..a38b0b2 100644 --- a/Days/day05.md +++ b/Days/day05.md @@ -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 > diff --git a/Days/day06.md b/Days/day06.md index 4c28bc9..8a14c40 100644 --- a/Days/day06.md +++ b/Days/day06.md @@ -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 diff --git a/Days/day07.md b/Days/day07.md index d9f6268..abf2ca8 100644 --- a/Days/day07.md +++ b/Days/day07.md @@ -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 diff --git a/Days/day08.md b/Days/day08.md index 8e7aeb5..ccea99e 100644 --- a/Days/day08.md +++ b/Days/day08.md @@ -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 diff --git a/Days/day09.md b/Days/day09.md index d6ed6af..d73c0ce 100644 --- a/Days/day09.md +++ b/Days/day09.md @@ -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 diff --git a/Days/day10.md b/Days/day10.md index 74a61ea..1419a92 100644 --- a/Days/day10.md +++ b/Days/day10.md @@ -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. diff --git a/Days/day11.md b/Days/day11.md index 01af6bd..e6c9c18 100644 --- a/Days/day11.md +++ b/Days/day11.md @@ -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. diff --git a/Days/day12.md b/Days/day12.md index 966a390..b794dee 100644 --- a/Days/day12.md +++ b/Days/day12.md @@ -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 diff --git a/Days/day13.md b/Days/day13.md index fd6b8f6..1d4ef06 100644 --- a/Days/day13.md +++ b/Days/day13.md @@ -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 diff --git a/Days/day14.md b/Days/day14.md index 7917fbd..85641e3 100644 --- a/Days/day14.md +++ b/Days/day14.md @@ -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. diff --git a/Days/day15.md b/Days/day15.md index a33283e..0a82424 100644 --- a/Days/day15.md +++ b/Days/day15.md @@ -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) diff --git a/Days/day16.md b/Days/day16.md index d695355..ac8b962 100644 --- a/Days/day16.md +++ b/Days/day16.md @@ -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 diff --git a/Days/day17.md b/Days/day17.md index f248293..244ca0d 100644 --- a/Days/day17.md +++ b/Days/day17.md @@ -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 diff --git a/Days/day18.md b/Days/day18.md index e322ec6..7c4bbc3 100644 --- a/Days/day18.md +++ b/Days/day18.md @@ -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 diff --git a/Days/day19.md b/Days/day19.md index bda1a96..184f835 100644 --- a/Days/day19.md +++ b/Days/day19.md @@ -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 diff --git a/Days/day20.md b/Days/day20.md index aa15add..11b45d6 100644 --- a/Days/day20.md +++ b/Days/day20.md @@ -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 diff --git a/Days/day21.md b/Days/day21.md index c6a3750..7012d24 100644 --- a/Days/day21.md +++ b/Days/day21.md @@ -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 diff --git a/Days/day22.md b/Days/day22.md index 20ed392..d68d40f 100644 --- a/Days/day22.md +++ b/Days/day22.md @@ -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 diff --git a/Days/day23.md b/Days/day23.md index 02abf99..15e93c5 100644 --- a/Days/day23.md +++ b/Days/day23.md @@ -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 diff --git a/Days/day24.md b/Days/day24.md index c358cb5..c809d85 100644 --- a/Days/day24.md +++ b/Days/day24.md @@ -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 diff --git a/Days/day25.md b/Days/day25.md index 8ecfe77..0707b13 100644 --- a/Days/day25.md +++ b/Days/day25.md @@ -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 diff --git a/Days/day26.md b/Days/day26.md index 6634640..3812cd1 100644 --- a/Days/day26.md +++ b/Days/day26.md @@ -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 diff --git a/Days/day27.md b/Days/day27.md index 29467b2..5c4ab37 100644 --- a/Days/day27.md +++ b/Days/day27.md @@ -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 diff --git a/Days/day28.md b/Days/day28.md index 2fc4f3d..25aeb17 100644 --- a/Days/day28.md +++ b/Days/day28.md @@ -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 diff --git a/Days/day29.md b/Days/day29.md index 998abca..91ec29a 100644 --- a/Days/day29.md +++ b/Days/day29.md @@ -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 diff --git a/Days/day30.md b/Days/day30.md index 36ed206..1e722e3 100644 --- a/Days/day30.md +++ b/Days/day30.md @@ -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 diff --git a/Days/day31.md b/Days/day31.md index e70ec0b..a9f37bf 100644 --- a/Days/day31.md +++ b/Days/day31.md @@ -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 diff --git a/Days/day32.md b/Days/day32.md index 48b2060..3bb366f 100644 --- a/Days/day32.md +++ b/Days/day32.md @@ -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 diff --git a/Days/day33.md b/Days/day33.md index a134147..ca2c92d 100644 --- a/Days/day33.md +++ b/Days/day33.md @@ -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 diff --git a/Days/day34.md b/Days/day34.md index 6bb7043..bc5fb61 100644 --- a/Days/day34.md +++ b/Days/day34.md @@ -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 diff --git a/Days/day35.md b/Days/day35.md index 2c8876c..97e3635 100644 --- a/Days/day35.md +++ b/Days/day35.md @@ -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 diff --git a/Days/day36.md b/Days/day36.md index 4563aab..c5c3632 100644 --- a/Days/day36.md +++ b/Days/day36.md @@ -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 diff --git a/Days/day37.md b/Days/day37.md index 5b63ab6..7dfeb25 100644 --- a/Days/day37.md +++ b/Days/day37.md @@ -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 diff --git a/Days/day38.md b/Days/day38.md index 454af43..df9ac9f 100644 --- a/Days/day38.md +++ b/Days/day38.md @@ -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 diff --git a/Days/day39.md b/Days/day39.md index 6afaca8..8d5b81d 100644 --- a/Days/day39.md +++ b/Days/day39.md @@ -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 diff --git a/Days/day40.md b/Days/day40.md index 16f0b5b..7ea5e94 100644 --- a/Days/day40.md +++ b/Days/day40.md @@ -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 diff --git a/Days/day41.md b/Days/day41.md index f031d2e..3751c38 100644 --- a/Days/day41.md +++ b/Days/day41.md @@ -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 diff --git a/Days/day42.md b/Days/day42.md index 6e4ef48..f0c1460 100644 --- a/Days/day42.md +++ b/Days/day42.md @@ -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 diff --git a/Days/day43.md b/Days/day43.md index 6d3ad05..0f6f253 100644 --- a/Days/day43.md +++ b/Days/day43.md @@ -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 diff --git a/Days/day44.md b/Days/day44.md index 1a17029..efa2653 100644 --- a/Days/day44.md +++ b/Days/day44.md @@ -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 diff --git a/Days/day45.md b/Days/day45.md index b04c9cf..8732309 100644 --- a/Days/day45.md +++ b/Days/day45.md @@ -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 diff --git a/Days/day46.md b/Days/day46.md index c58ba52..700c47e 100644 --- a/Days/day46.md +++ b/Days/day46.md @@ -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 diff --git a/Days/day47.md b/Days/day47.md index 286fd34..cbb5e10 100644 --- a/Days/day47.md +++ b/Days/day47.md @@ -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 diff --git a/Days/day48.md b/Days/day48.md index 2180d37..cf6c39d 100644 --- a/Days/day48.md +++ b/Days/day48.md @@ -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 diff --git a/Days/day49.md b/Days/day49.md index 51b54f6..b2329ec 100644 --- a/Days/day49.md +++ b/Days/day49.md @@ -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 diff --git a/Days/day50.md b/Days/day50.md index b6c694f..84919fb 100644 --- a/Days/day50.md +++ b/Days/day50.md @@ -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 diff --git a/Days/day51.md b/Days/day51.md index 004d0af..c84c0a0 100644 --- a/Days/day51.md +++ b/Days/day51.md @@ -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 diff --git a/Days/day52.md b/Days/day52.md index 78fa629..676af61 100644 --- a/Days/day52.md +++ b/Days/day52.md @@ -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 diff --git a/Days/day53.md b/Days/day53.md index b619d97..7da1203 100644 --- a/Days/day53.md +++ b/Days/day53.md @@ -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 diff --git a/Days/day54.md b/Days/day54.md index e918ac1..f0f2cc7 100644 --- a/Days/day54.md +++ b/Days/day54.md @@ -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 diff --git a/Days/day55.md b/Days/day55.md index 8a5d63b..f68b8f8 100644 --- a/Days/day55.md +++ b/Days/day55.md @@ -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. diff --git a/Days/day56.md b/Days/day56.md index 7f0f139..526f308 100644 --- a/Days/day56.md +++ b/Days/day56.md @@ -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 diff --git a/Days/day57.md b/Days/day57.md index a244ca4..8314aef 100644 --- a/Days/day57.md +++ b/Days/day57.md @@ -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 diff --git a/Days/day58.md b/Days/day58.md index 65c470d..4f6a34b 100644 --- a/Days/day58.md +++ b/Days/day58.md @@ -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) diff --git a/Days/day59.md b/Days/day59.md index 9e6a926..c7d6dfa 100644 --- a/Days/day59.md +++ b/Days/day59.md @@ -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 diff --git a/Days/day60.md b/Days/day60.md index eaef6f3..8286ff4 100644 --- a/Days/day60.md +++ b/Days/day60.md @@ -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 diff --git a/Days/day61.md b/Days/day61.md index 2211f0e..0e18566 100644 --- a/Days/day61.md +++ b/Days/day61.md @@ -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 diff --git a/Days/day62.md b/Days/day62.md index e8040b4..d449d7d 100644 --- a/Days/day62.md +++ b/Days/day62.md @@ -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 diff --git a/Days/day63.md b/Days/day63.md index 3530483..37990c1 100644 --- a/Days/day63.md +++ b/Days/day63.md @@ -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 diff --git a/Days/day64.md b/Days/day64.md index 7a15789..a42f21c 100644 --- a/Days/day64.md +++ b/Days/day64.md @@ -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 diff --git a/Days/day65.md b/Days/day65.md index 0393b63..2ed0bf3 100644 --- a/Days/day65.md +++ b/Days/day65.md @@ -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 diff --git a/Days/day66.md b/Days/day66.md index 45dc893..3d86116 100644 --- a/Days/day66.md +++ b/Days/day66.md @@ -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... diff --git a/Days/day67.md b/Days/day67.md index 2468502..c2e9094 100644 --- a/Days/day67.md +++ b/Days/day67.md @@ -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 diff --git a/Days/day68.md b/Days/day68.md index 19e1e18..e8aecf1 100644 --- a/Days/day68.md +++ b/Days/day68.md @@ -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 diff --git a/Days/day69.md b/Days/day69.md index 9d88a66..aae7f3c 100644 --- a/Days/day69.md +++ b/Days/day69.md @@ -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 diff --git a/Days/day70.md b/Days/day70.md index 89490e4..250e655 100644 --- a/Days/day70.md +++ b/Days/day70.md @@ -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 diff --git a/Days/day71.md b/Days/day71.md index 72ec362..d1bd45b 100644 --- a/Days/day71.md +++ b/Days/day71.md @@ -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? diff --git a/Days/day72.md b/Days/day72.md index 2e3f4a9..3d0105c 100644 --- a/Days/day72.md +++ b/Days/day72.md @@ -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 diff --git a/Days/day73.md b/Days/day73.md index 67d70f4..ddcf16d 100644 --- a/Days/day73.md +++ b/Days/day73.md @@ -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 diff --git a/Days/day74.md b/Days/day74.md index 4e40eee..9a29394 100644 --- a/Days/day74.md +++ b/Days/day74.md @@ -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 diff --git a/Days/day75.md b/Days/day75.md index dac2748..a4328b1 100644 --- a/Days/day75.md +++ b/Days/day75.md @@ -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 diff --git a/Days/day76.md b/Days/day76.md index 96a601b..02426a7 100644 --- a/Days/day76.md +++ b/Days/day76.md @@ -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 diff --git a/Days/day77.md b/Days/day77.md index ecf9380..5387ed0 100644 --- a/Days/day77.md +++ b/Days/day77.md @@ -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 diff --git a/Days/day78.md b/Days/day78.md index 332c218..dc17750 100644 --- a/Days/day78.md +++ b/Days/day78.md @@ -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 diff --git a/Days/day79.md b/Days/day79.md index 006aea4..f5ed413 100644 --- a/Days/day79.md +++ b/Days/day79.md @@ -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 diff --git a/Days/day80.md b/Days/day80.md index d6ee859..76c13fb 100644 --- a/Days/day80.md +++ b/Days/day80.md @@ -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 diff --git a/Days/day81.md b/Days/day81.md index 999b7da..fa6e532 100644 --- a/Days/day81.md +++ b/Days/day81.md @@ -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 diff --git a/Days/day82.md b/Days/day82.md index cec47df..de0745e 100644 --- a/Days/day82.md +++ b/Days/day82.md @@ -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 diff --git a/Days/day83.md b/Days/day83.md index d45bd0d..9bf748d 100644 --- a/Days/day83.md +++ b/Days/day83.md @@ -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 diff --git a/Days/day84.md b/Days/day84.md index f589f73..c164172 100644 --- a/Days/day84.md +++ b/Days/day84.md @@ -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 diff --git a/Days/day85.md b/Days/day85.md index 242c0ef..3c65da0 100644 --- a/Days/day85.md +++ b/Days/day85.md @@ -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 diff --git a/Days/day86.md b/Days/day86.md index 4ce02e6..b41076e 100644 --- a/Days/day86.md +++ b/Days/day86.md @@ -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 diff --git a/Days/day87.md b/Days/day87.md index d34b02e..a194f07 100644 --- a/Days/day87.md +++ b/Days/day87.md @@ -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 diff --git a/Days/day88.md b/Days/day88.md index 297502c..06ab65c 100644 --- a/Days/day88.md +++ b/Days/day88.md @@ -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 diff --git a/Days/day89.md b/Days/day89.md index 4f55fc0..3a1f8c2 100644 --- a/Days/day89.md +++ b/Days/day89.md @@ -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 diff --git a/Days/day90.md b/Days/day90.md index 23d4caf..351d387 100644 --- a/Days/day90.md +++ b/Days/day90.md @@ -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