cover_image

This commit is contained in:
Michael Cade 2022-04-07 21:24:47 +01:00
parent 11d626795f
commit 8b41090697
90 changed files with 90 additions and 90 deletions

View File

@ -3,7 +3,7 @@ title: '#90DaysOfDevOps - Introduction - Day 1'
published: false published: false
description: 90DaysOfDevOps - Introduction description: 90DaysOfDevOps - Introduction
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day01.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day01.md
--- ---

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Responsibilities of a DevOps Engineer - Day 2"
published: false published: false
description: 90DaysOfDevOps - Responsibilities of a DevOps Engineer description: 90DaysOfDevOps - Responsibilities of a DevOps Engineer
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day02.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day02.md
--- ---

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Application Focused - Day 3"
published: false published: false
description: 90DaysOfDevOps - Application Focused description: 90DaysOfDevOps - Application Focused
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day03.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day03.md
--- ---
## DevOps Lifecycle - Application Focused ## DevOps Lifecycle - Application Focused

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - DevOps & Agile - Day 3"
published: false published: false
description: 90DaysOfDevOps - DevOps & Agile description: 90DaysOfDevOps - DevOps & Agile
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day04.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day04.md
--- ---
## DevOps & Agile ## DevOps & Agile

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Plan > Code > Build > Testing > Release > Deploy > Ope
published: false published: false
description: 90DaysOfDevOps - Plan > Code > Build > Testing > Release > Deploy > Operate > Monitor > description: 90DaysOfDevOps - Plan > Code > Build > Testing > Release > Deploy > Operate > Monitor >
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day05.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day05.md
--- ---
## Plan > Code > Build > Testing > Release > Deploy > Operate > Monitor > ## Plan > Code > Build > Testing > Release > Deploy > Operate > Monitor >

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - DevOps - The real stories - Day 6"
published: false published: false
description: 90DaysOfDevOps - DevOps - The real stories description: 90DaysOfDevOps - DevOps - The real stories
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day06.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day06.md
--- ---
## DevOps - The real stories ## DevOps - The real stories

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - The Big Picture: DevOps & Learning a Programming Langu
published: false published: false
description: "90DaysOfDevOps - The Big Picture: DevOps & Learning a Programming Language" description: "90DaysOfDevOps - The Big Picture: DevOps & Learning a Programming Language"
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day07.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day07.md
--- ---
## The Big Picture: DevOps & Learning a Programming Language ## The Big Picture: DevOps & Learning a Programming Language

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Setting up your DevOps environment for Go & Hello Worl
published: false published: false
description: 90DaysOfDevOps - Setting up your DevOps environment for Go & Hello World description: 90DaysOfDevOps - Setting up your DevOps environment for Go & Hello World
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day08.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day08.md
--- ---
## Setting up your DevOps environment for Go & Hello World ## Setting up your DevOps environment for Go & Hello World

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Let's explain the Hello World code - Day 9"
published: false published: false
description: 90DaysOfDevOps - Let's explain the Hello World code description: 90DaysOfDevOps - Let's explain the Hello World code
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day09.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day09.md
--- ---
## Let's explain the Hello World code ## Let's explain the Hello World code

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - The Go Workspace - Day 10"
published: false published: false
description: 90DaysOfDevOps - The Go Workspace description: 90DaysOfDevOps - The Go Workspace
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day10.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day10.md
--- ---
### The Go Workspace ### The Go Workspace

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Variables & Constants in Go - Day 11"
published: false published: false
description: 90DaysOfDevOps - Variables & Constants in Go description: 90DaysOfDevOps - Variables & Constants in Go
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day11.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day11.md
--- ---

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Getting user input with Pointers and a finished progra
published: false published: false
description: 90DaysOfDevOps - Getting user input with Pointers and a finished program description: 90DaysOfDevOps - Getting user input with Pointers and a finished program
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day12.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day12.md
--- ---
## Getting user input with Pointers and a finished program ## Getting user input with Pointers and a finished program

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Tweet your progress with our new App - Day 13"
published: false published: false
description: 90DaysOfDevOps - Tweet your progress with our new App description: 90DaysOfDevOps - Tweet your progress with our new App
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day13.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day13.md
--- ---
## Tweet your progress with our new App ## Tweet your progress with our new App

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - The Big Picture: DevOps and Linux - Day 14"
published: false published: false
description: "90DaysOfDevOps - The Big Picture: DevOps and Linux" description: "90DaysOfDevOps - The Big Picture: DevOps and Linux"
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day14.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day14.md
--- ---
## The Big Picture: DevOps and Linux ## The Big Picture: DevOps and Linux

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Linux Commands for DevOps (Actually everyone) - Day 15
published: false published: false
description: 90DaysOfDevOps - Linux Commands for DevOps (Actually everyone) description: 90DaysOfDevOps - Linux Commands for DevOps (Actually everyone)
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day15.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day15.md
--- ---
## Linux Commands for DevOps (Actually everyone) ## Linux Commands for DevOps (Actually everyone)

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Managing your Linux System, Filesystem & Storage - Day
published: false published: false
description: 90DaysOfDevOps - Managing your Linux System, Filesystem & Storage description: 90DaysOfDevOps - Managing your Linux System, Filesystem & Storage
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day16.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day16.md
--- ---
## Managing your Linux System, Filesystem & Storage ## Managing your Linux System, Filesystem & Storage

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Text Editors - nano vs vim - Day 17"
published: false published: false
description: 90DaysOfDevOps - Text Editors - nano vs vim description: 90DaysOfDevOps - Text Editors - nano vs vim
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day17.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day17.md
--- ---
## Text Editors - nano vs vim ## Text Editors - nano vs vim

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - SSH & Web Server - Day 18"
published: false published: false
description: 90DaysOfDevOps - SSH & Web Server description: 90DaysOfDevOps - SSH & Web Server
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day18.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day18.md
--- ---
## SSH & Web Server ## SSH & Web Server

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Automate tasks with bash scripts - Day 19"
published: false published: false
description: 90DaysOfDevOps - Automate tasks with bash scripts description: 90DaysOfDevOps - Automate tasks with bash scripts
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day19.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day19.md
--- ---
## Automate tasks with bash scripts ## Automate tasks with bash scripts

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Dev workstation setup - All the pretty things - Day 20
published: false published: false
description: 90DaysOfDevOps - Dev workstation setup - All the pretty things description: 90DaysOfDevOps - Dev workstation setup - All the pretty things
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day20.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day20.md
--- ---
## Dev workstation setup - All the pretty things ## Dev workstation setup - All the pretty things

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - The Big Picture: DevOps and Networking - Day 21"
published: false published: false
description: "90DaysOfDevOps - The Big Picture: DevOps and Networking" description: "90DaysOfDevOps - The Big Picture: DevOps and Networking"
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day21.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day21.md
--- ---
## The Big Picture: DevOps and Networking ## The Big Picture: DevOps and Networking

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - The OSI Model - The 7 Layers - Day 22"
published: false published: false
description: 90DaysOfDevOps - The OSI Model - The 7 Layers description: 90DaysOfDevOps - The OSI Model - The 7 Layers
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day22.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day22.md
--- ---
## The OSI Model - The 7 Layers ## The OSI Model - The 7 Layers

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Network Protocols - Day 23"
published: false published: false
description: 90DaysOfDevOps - Network Protocols description: 90DaysOfDevOps - Network Protocols
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day23.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day23.md
--- ---
## Network Protocols ## Network Protocols

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Network Automation - Day 24"
published: false published: false
description: 90DaysOfDevOps - Network Automation description: 90DaysOfDevOps - Network Automation
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day24.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day24.md
--- ---
## Network Automation ## Network Automation

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Python for Network Automation - Day 25"
published: false published: false
description: 90DaysOfDevOps - Python for Network Automation description: 90DaysOfDevOps - Python for Network Automation
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day25.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day25.md
--- ---
## Python for Network Automation ## Python for Network Automation

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Building our Lab - Day 26"
published: false published: false
description: 90DaysOfDevOps - Building our Lab description: 90DaysOfDevOps - Building our Lab
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day26.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day26.md
--- ---
## Building our Lab ## Building our Lab

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Getting Hands-On with Python & Network - Day 27"
published: false published: false
description: 90DaysOfDevOps - Getting Hands-On with Python & Network description: 90DaysOfDevOps - Getting Hands-On with Python & Network
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day27.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day27.md
--- ---
## Getting Hands-On with Python & Network ## Getting Hands-On with Python & Network

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - The Big Picture: DevOps & The Cloud - Day 28"
published: false published: false
description: "90DaysOfDevOps - The Big Picture: DevOps & The Cloud" description: "90DaysOfDevOps - The Big Picture: DevOps & The Cloud"
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day28.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day28.md
--- ---
## The Big Picture: DevOps & The Cloud ## The Big Picture: DevOps & The Cloud

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Microsoft Azure Fundamentals - Day 29"
published: false published: false
description: 90DaysOfDevOps - Microsoft Azure Fundamentals description: 90DaysOfDevOps - Microsoft Azure Fundamentals
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day29.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day29.md
--- ---
## Microsoft Azure Fundamentals ## Microsoft Azure Fundamentals

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Microsoft Azure Security Models - Day 30"
published: false published: false
description: 90DaysOfDevOps - Microsoft Azure Security Models description: 90DaysOfDevOps - Microsoft Azure Security Models
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day30.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day30.md
--- ---
## Microsoft Azure Security Models ## Microsoft Azure Security Models

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Microsoft Azure Compute Models - Day 31"
published: false published: false
description: 90DaysOfDevOps - Microsoft Azure Compute Models description: 90DaysOfDevOps - Microsoft Azure Compute Models
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day31.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day31.md
--- ---
## Microsoft Azure Compute Models ## Microsoft Azure Compute Models

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Microsoft Azure Storage Models - Day 32"
published: false published: false
description: 90DaysOfDevOps - Microsoft Azure Storage Models description: 90DaysOfDevOps - Microsoft Azure Storage Models
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day32.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day32.md
--- ---
## Microsoft Azure Storage Models ## Microsoft Azure Storage Models

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Microsoft Azure Networking Models + Azure Management -
published: false published: false
description: 90DaysOfDevOps - Microsoft Azure Networking Models + Azure Management description: 90DaysOfDevOps - Microsoft Azure Networking Models + Azure Management
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day33.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day33.md
--- ---
## Microsoft Azure Networking Models + Azure Management ## Microsoft Azure Networking Models + Azure Management

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Microsoft Azure Hands-On Scenarios - Day 34"
published: false published: false
description: 90DaysOfDevOps - Microsoft Azure Hands-On Scenarios description: 90DaysOfDevOps - Microsoft Azure Hands-On Scenarios
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day34.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day34.md
--- ---
## Microsoft Azure Hands-On Scenarios ## Microsoft Azure Hands-On Scenarios

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - The Big Picture: Git - Version Control - Day 35"
published: false published: false
description: "90DaysOfDevOps - The Big Picture: Git - Version Control" description: "90DaysOfDevOps - The Big Picture: Git - Version Control"
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day35.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day35.md
--- ---
## The Big Picture: Git - Version Control ## The Big Picture: Git - Version Control

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Installing & Configuring Git - Day 36"
published: false published: false
description: 90DaysOfDevOps - Installing & Configuring Git description: 90DaysOfDevOps - Installing & Configuring Git
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day36.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day36.md
--- ---
## Installing & Configuring Git ## Installing & Configuring Git

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Gitting to know Git - Day 37"
published: false published: false
description: 90DaysOfDevOps - Gitting to know Git description: 90DaysOfDevOps - Gitting to know Git
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day37.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day37.md
--- ---
## Gitting to know Git ## Gitting to know Git

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Staging & Changing - Day 38"
published: false published: false
description: 90DaysOfDevOps - Staging & Changing description: 90DaysOfDevOps - Staging & Changing
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day38.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day38.md
--- ---
## Staging & Changing ## Staging & Changing

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Viewing, unstaging, discarding & restoring - Day 39"
published: false published: false
description: 90DaysOfDevOps - Viewing, unstaging, discarding & restoring description: 90DaysOfDevOps - Viewing, unstaging, discarding & restoring
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day39.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day39.md
--- ---
## Viewing, unstaging, discarding & restoring ## Viewing, unstaging, discarding & restoring

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Social Network for code - Day 40"
published: false published: false
description: 90DaysOfDevOps - Social Network for code description: 90DaysOfDevOps - Social Network for code
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day40.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day40.md
--- ---
## Social Network for code ## Social Network for code

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - The Open Source Workflow - Day 41"
published: false published: false
description: 90DaysOfDevOps - The Open Source Workflow description: 90DaysOfDevOps - The Open Source Workflow
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day41.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day41.md
--- ---
## The Open Source Workflow ## The Open Source Workflow

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - The Big Picture: Containers - Day 42"
published: false published: false
description: "90DaysOfDevOps - The Big Picture: Containers" description: "90DaysOfDevOps - The Big Picture: Containers"
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day42.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day42.md
--- ---
## The Big Picture: Containers ## The Big Picture: Containers

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - What is Docker & Getting installed - Day 43"
published: false published: false
description: 90DaysOfDevOps - What is Docker & Getting installed description: 90DaysOfDevOps - What is Docker & Getting installed
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day43.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day43.md
--- ---
## What is Docker & Getting installed ## What is Docker & Getting installed

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Docker Images & Hands-On with Docker Desktop - Day 44"
published: false published: false
description: 90DaysOfDevOps - Docker Images & Hands-On with Docker Desktop description: 90DaysOfDevOps - Docker Images & Hands-On with Docker Desktop
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day44.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day44.md
--- ---
## Docker Images & Hands-On with Docker Desktop ## Docker Images & Hands-On with Docker Desktop

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - The anatomy of a Docker Image - Day 45"
published: false published: false
description: 90DaysOfDevOps - The anatomy of a Docker Image description: 90DaysOfDevOps - The anatomy of a Docker Image
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day45.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day45.md
--- ---
## The anatomy of a Docker Image ## The anatomy of a Docker Image

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Docker Compose - Day 46"
published: false published: false
description: 90DaysOfDevOps - Docker Compose description: 90DaysOfDevOps - Docker Compose
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day46.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day46.md
--- ---
## Docker Compose ## Docker Compose

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Docker Networking & Security - Day 47"
published: false published: false
description: 90DaysOfDevOps - Docker Networking & Security description: 90DaysOfDevOps - Docker Networking & Security
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day47.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day47.md
--- ---
## Docker Networking & Security ## Docker Networking & Security

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Alternatives to Docker - Day 48"
published: false published: false
description: 90DaysOfDevOps - Alternatives to Docker description: 90DaysOfDevOps - Alternatives to Docker
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day48.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day48.md
--- ---
## Alternatives to Docker ## Alternatives to Docker

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - The Big Picture: Kubernetes - Day 49"
published: false published: false
description: "90DaysOfDevOps - The Big Picture: Kubernetes" description: "90DaysOfDevOps - The Big Picture: Kubernetes"
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day49.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day49.md
--- ---
## The Big Picture: Kubernetes ## The Big Picture: Kubernetes

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Choosing your Kubernetes platform - Day 50"
published: false published: false
description: 90DaysOfDevOps - Choosing your Kubernetes platform description: 90DaysOfDevOps - Choosing your Kubernetes platform
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day50.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day50.md
--- ---
## Choosing your Kubernetes platform ## Choosing your Kubernetes platform

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Deploying your first Kubernetes Cluster - Day 51"
published: false published: false
description: 90DaysOfDevOps - Deploying your first Kubernetes Cluster description: 90DaysOfDevOps - Deploying your first Kubernetes Cluster
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day51.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day51.md
--- ---
## Deploying your first Kubernetes Cluster ## Deploying your first Kubernetes Cluster

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Setting up a multinode Kubernetes Cluster - Day 52"
published: false published: false
description: 90DaysOfDevOps - Setting up a multinode Kubernetes Cluster description: 90DaysOfDevOps - Setting up a multinode Kubernetes Cluster
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day52.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day52.md
--- ---
## Setting up a multinode Kubernetes Cluster ## Setting up a multinode Kubernetes Cluster

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Rancher Overview - Hands On - Day 53"
published: false published: false
description: 90DaysOfDevOps - Rancher Overview - Hands On description: 90DaysOfDevOps - Rancher Overview - Hands On
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day53.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day53.md
--- ---
## Rancher Overview - Hands On ## Rancher Overview - Hands On

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Kubernetes Application Deployment - Day 54"
published: false published: false
description: 90DaysOfDevOps - Kubernetes Application Deployment description: 90DaysOfDevOps - Kubernetes Application Deployment
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day54.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day54.md
--- ---
## Kubernetes Application Deployment ## Kubernetes Application Deployment

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - State and Ingress in Kubernetes - Day 55"
published: false published: false
description: 90DaysOfDevOps - State and Ingress in Kubernetes description: 90DaysOfDevOps - State and Ingress in Kubernetes
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day55.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day55.md
--- ---
## State and Ingress in Kubernetes ## State and Ingress in Kubernetes

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - The Big Picture: IaC - Day 56"
published: false published: false
description: "90DaysOfDevOps - The Big Picture: IaC" description: "90DaysOfDevOps - The Big Picture: IaC"
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day56.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day56.md
--- ---
## The Big Picture: IaC ## The Big Picture: IaC

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - An intro to Terraform - Day 57"
published: false published: false
description: 90DaysOfDevOps - An intro to Terraform description: 90DaysOfDevOps - An intro to Terraform
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day57.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day57.md
--- ---
## An intro to Terraform ## An intro to Terraform

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - HashiCorp Configuration Language (HCL) - Day 58"
published: false published: false
description: 90DaysOfDevOps - HashiCorp Configuration Language (HCL) description: 90DaysOfDevOps - HashiCorp Configuration Language (HCL)
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day58.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day58.md
--- ---
## HashiCorp Configuration Language (HCL) ## HashiCorp Configuration Language (HCL)

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Create a VM with Terraform & Variables - Day 59"
published: false published: false
description: 90DaysOfDevOps - Create a VM with Terraform & Variables description: 90DaysOfDevOps - Create a VM with Terraform & Variables
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day59.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day59.md
--- ---
## Create a VM with Terraform & Variables ## Create a VM with Terraform & Variables

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Docker Containers, Provisioners & Modules - Day 60"
published: false published: false
description: 90DaysOfDevOps - Docker Containers, Provisioners & Modules description: 90DaysOfDevOps - Docker Containers, Provisioners & Modules
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day60.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day60.md
--- ---
## Docker Containers, Provisioners & Modules ## Docker Containers, Provisioners & Modules

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Kubernetes & Multiple Environments - Day 61"
published: false published: false
description: 90DaysOfDevOps - Kubernetes & Multiple Environments description: 90DaysOfDevOps - Kubernetes & Multiple Environments
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day61.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day61.md
--- ---
## Kubernetes & Multiple Environments ## Kubernetes & Multiple Environments

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Testing, Tools & Alternatives - Day 62"
published: false published: false
description: 90DaysOfDevOps - Testing, Tools & Alternatives description: 90DaysOfDevOps - Testing, Tools & Alternatives
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day62.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day62.md
--- ---
## Testing, Tools & Alternatives ## Testing, Tools & Alternatives

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - The Big Picture: Configuration Management - Day 63"
published: false published: false
description: "90DaysOfDevOps - The Big Picture: Configuration" Management description: "90DaysOfDevOps - The Big Picture: Configuration" Management
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day63.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day63.md
--- ---
## The Big Picture: Configuration Management ## The Big Picture: Configuration Management

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Ansible: Getting Started - Day 64"
published: false published: false
description: "90DaysOfDevOps - Ansible: Getting Started" description: "90DaysOfDevOps - Ansible: Getting Started"
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day64.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day64.md
--- ---
## Ansible: Getting Started ## Ansible: Getting Started

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Ansible Playbooks - Day 65"
published: false published: false
description: 90DaysOfDevOps - Ansible Playbooks description: 90DaysOfDevOps - Ansible Playbooks
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day65.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day65.md
--- ---
### Ansible Playbooks ### Ansible Playbooks

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Ansible Playbooks Continued... - Day 66"
published: false published: false
description: 90DaysOfDevOps - Ansible Playbooks Continued... description: 90DaysOfDevOps - Ansible Playbooks Continued...
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day66.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day66.md
--- ---
## Ansible Playbooks Continued... ## Ansible Playbooks Continued...

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Using Roles & Deploying a Loadbalancer - Day 67"
published: false published: false
description: 90DaysOfDevOps - Using Roles & Deploying a Loadbalancer description: 90DaysOfDevOps - Using Roles & Deploying a Loadbalancer
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day67.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day67.md
--- ---
## Using Roles & Deploying a Loadbalancer ## Using Roles & Deploying a Loadbalancer

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Tags, Variables, Inventory & Database Server config -
published: false published: false
description: 90DaysOfDevOps - Tags, Variables, Inventory & Database Server config description: 90DaysOfDevOps - Tags, Variables, Inventory & Database Server config
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day68.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day68.md
--- ---
## Tags, Variables, Inventory & Database Server config ## Tags, Variables, Inventory & Database Server config

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - All other things Ansible - Automation Controller (Towe
published: false published: false
description: 90DaysOfDevOps - All other things Ansible - Automation Controller (Tower), AWX, Vault description: 90DaysOfDevOps - All other things Ansible - Automation Controller (Tower), AWX, Vault
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day69.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day69.md
--- ---
## All other things Ansible - Automation Controller (Tower), AWX, Vault ## All other things Ansible - Automation Controller (Tower), AWX, Vault

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - The Big Picture: CI/CD Pipelines - Day 70"
published: false published: false
description: "90DaysOfDevOps - The Big Picture: CI/CD Pipelines" description: "90DaysOfDevOps - The Big Picture: CI/CD Pipelines"
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day70.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day70.md
--- ---
## The Big Picture: CI/CD Pipelines ## The Big Picture: CI/CD Pipelines

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - What is Jenkins? - Day 71"
published: false published: false
description: 90DaysOfDevOps - What is Jenkins? description: 90DaysOfDevOps - What is Jenkins?
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day71.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day71.md
--- ---
## What is Jenkins? ## What is Jenkins?

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Getting hands on with Jenkins - Day 72"
published: false published: false
description: 90DaysOfDevOps - Getting hands on with Jenkins description: 90DaysOfDevOps - Getting hands on with Jenkins
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day72.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day72.md
--- ---
## Getting hands on with Jenkins ## Getting hands on with Jenkins

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Building a Jenkins Pipeline - Day 73"
published: false published: false
description: 90DaysOfDevOps - Building a Jenkins Pipeline description: 90DaysOfDevOps - Building a Jenkins Pipeline
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day73.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day73.md
--- ---
## Building a Jenkins Pipeline ## Building a Jenkins Pipeline

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Hello World - Jenkinsfile App Pipeline - Day 74"
published: false published: false
description: 90DaysOfDevOps - Hello World - Jenkinsfile App Pipeline description: 90DaysOfDevOps - Hello World - Jenkinsfile App Pipeline
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day74.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day74.md
--- ---
## Hello World - Jenkinsfile App Pipeline ## Hello World - Jenkinsfile App Pipeline

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - GitHub Actions Overview - Day 75"
published: false published: false
description: 90DaysOfDevOps - GitHub Actions Overview description: 90DaysOfDevOps - GitHub Actions Overview
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day75.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day75.md
--- ---
## GitHub Actions Overview ## GitHub Actions Overview

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - ArgoCD Overview - Day 76"
published: false published: false
description: 90DaysOfDevOps - ArgoCD Overview description: 90DaysOfDevOps - ArgoCD Overview
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day76.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day76.md
--- ---
## ArgoCD Overview ## ArgoCD Overview

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - The Big Picture: Monitoring - Day 77"
published: false published: false
description: "90DaysOfDevOps - The Big Picture: Monitoring" description: "90DaysOfDevOps - The Big Picture: Monitoring"
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day77.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day77.md
--- ---
## The Big Picture: Monitoring ## The Big Picture: Monitoring

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Hands-On Monitoring Tools - Day 78"
published: false published: false
description: 90DaysOfDevOps - Hands-On Monitoring Tools description: 90DaysOfDevOps - Hands-On Monitoring Tools
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day78.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day78.md
--- ---
## Hands-On Monitoring Tools ## Hands-On Monitoring Tools

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - The Big Picture: Log Management - Day 79"
published: false published: false
description: "90DaysOfDevOps - The Big Picture: Log Management" description: "90DaysOfDevOps - The Big Picture: Log Management"
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day79.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day79.md
--- ---
## The Big Picture: Log Management ## The Big Picture: Log Management

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - ELK Stack - Day 80"
published: false published: false
description: 90DaysOfDevOps - ELK Stack description: 90DaysOfDevOps - ELK Stack
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day80.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day80.md
--- ---
## ELK Stack ## ELK Stack

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Fluentd & FluentBit - Day 81"
published: false published: false
description: 90DaysOfDevOps - Fluentd & FluentBit description: 90DaysOfDevOps - Fluentd & FluentBit
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day81.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day81.md
--- ---
## Fluentd & FluentBit ## Fluentd & FluentBit

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - EFK Stack - Day 82"
published: false published: false
description: 90DaysOfDevOps - EFK Stack description: 90DaysOfDevOps - EFK Stack
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day82.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day82.md
--- ---
### EFK Stack ### EFK Stack

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Data Visualisation - Grafana - Day 83"
published: false published: false
description: 90DaysOfDevOps - Data Visualisation - Grafana description: 90DaysOfDevOps - Data Visualisation - Grafana
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day83.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day83.md
--- ---
## Data Visualisation - Grafana ## Data Visualisation - Grafana

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - The Big Picture: Data Management - Day 84"
published: false published: false
description: "90DaysOfDevOps - The Big Picture: Data Management" description: "90DaysOfDevOps - The Big Picture: Data Management"
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day84.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day84.md
--- ---
## The Big Picture: Data Management ## The Big Picture: Data Management

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Data Services - Day 85"
published: false published: false
description: 90DaysOfDevOps - Data Services description: 90DaysOfDevOps - Data Services
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day85.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day85.md
--- ---
## Data Services ## Data Services

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Backup all the platforms - Day 86"
published: false published: false
description: 90DaysOfDevOps - Backup all the platforms description: 90DaysOfDevOps - Backup all the platforms
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day86.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day86.md
--- ---
## Backup all the platforms ## Backup all the platforms

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Hands-On Backup & Recovery - Day 87"
published: false published: false
description: 90DaysOfDevOps - Hands-On Backup & Recovery description: 90DaysOfDevOps - Hands-On Backup & Recovery
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day87.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day87.md
--- ---
## Hands-On Backup & Recovery ## Hands-On Backup & Recovery

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Application Focused Backups - Day 88"
published: false published: false
description: 90DaysOfDevOps - Application Focused Backups description: 90DaysOfDevOps - Application Focused Backups
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day88.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day88.md
--- ---
## Application Focused Backups ## Application Focused Backups

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Disaster Recovery - Day 89"
published: false published: false
description: 90DaysOfDevOps - Disaster Recovery description: 90DaysOfDevOps - Disaster Recovery
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day89.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day89.md
--- ---
## Disaster Recovery ## Disaster Recovery

View File

@ -3,7 +3,7 @@ title: "#90DaysOfDevOps - Data & Application Mobility - Day 90"
published: false published: false
description: 90DaysOfDevOps - Data & Application Mobility description: 90DaysOfDevOps - Data & Application Mobility
cover_image: null
canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day90.md canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day90.md
--- ---
## Data & Application Mobility ## Data & Application Mobility