From 99f00e5dd5b330280967848af0fd9ead19b81dc3 Mon Sep 17 00:00:00 2001 From: Michael Cade Date: Thu, 7 Apr 2022 21:28:42 +0100 Subject: [PATCH] remove space --- Days/CICD/Jenkins/Pipeline/Dockerfile | 4 ++-- .../Elastic Stack/extensions/curator/Dockerfile | 2 +- Days/day02.md | 2 +- Days/day03.md | 2 +- Days/day04.md | 2 +- Days/day05.md | 2 +- Days/day06.md | 2 +- Days/day07.md | 2 +- Days/day08.md | 2 +- Days/day09.md | 2 +- Days/day10.md | 2 +- Days/day11.md | 2 +- Days/day12.md | 2 +- Days/day13.md | 2 +- Days/day14.md | 2 +- Days/day15.md | 4 ++-- Days/day16.md | 2 +- Days/day17.md | 2 +- Days/day18.md | 2 +- Days/day19.md | 2 +- Days/day20.md | 2 +- Days/day21.md | 2 +- Days/day22.md | 2 +- Days/day23.md | 2 +- Days/day24.md | 2 +- Days/day25.md | 2 +- Days/day26.md | 2 +- Days/day27.md | 2 +- Days/day28.md | 2 +- Days/day29.md | 2 +- Days/day30.md | 2 +- Days/day31.md | 2 +- Days/day32.md | 2 +- Days/day33.md | 4 ++-- Days/day34.md | 2 +- Days/day35.md | 2 +- Days/day36.md | 2 +- Days/day37.md | 2 +- Days/day38.md | 8 ++++---- Days/day39.md | 4 ++-- Days/day40.md | 6 +++--- Days/day41.md | 10 +++++----- Days/day42.md | 2 +- Days/day43.md | 2 +- Days/day44.md | 2 +- Days/day45.md | 4 ++-- Days/day46.md | 2 +- Days/day47.md | 2 +- Days/day48.md | 2 +- Days/day49.md | 2 +- Days/day50.md | 2 +- Days/day51.md | 2 +- Days/day52.md | 2 +- Days/day53.md | 2 +- Days/day54.md | 2 +- Days/day55.md | 2 +- Days/day56.md | 2 +- Days/day57.md | 2 +- Days/day58.md | 2 +- Days/day59.md | 2 +- Days/day60.md | 2 +- Days/day61.md | 2 +- Days/day62.md | 2 +- Days/day63.md | 2 +- Days/day64.md | 2 +- Days/day65.md | 2 +- Days/day66.md | 2 +- Days/day67.md | 2 +- Days/day68.md | 2 +- Days/day69.md | 2 +- Days/day70.md | 2 +- Days/day71.md | 2 +- Days/day72.md | 2 +- Days/day73.md | 2 +- Days/day74.md | 2 +- Days/day75.md | 2 +- Days/day76.md | 2 +- Days/day77.md | 2 +- Days/day78.md | 2 +- Days/day79.md | 2 +- Days/day80.md | 2 +- Days/day81.md | 2 +- Days/day82.md | 2 +- Days/day83.md | 2 +- Days/day84.md | 2 +- Days/day85.md | 2 +- Days/day86.md | 2 +- Days/day87.md | 2 +- Days/day88.md | 2 +- Days/day89.md | 2 +- Days/day90.md | 2 +- 91 files changed, 105 insertions(+), 105 deletions(-) diff --git a/Days/CICD/Jenkins/Pipeline/Dockerfile b/Days/CICD/Jenkins/Pipeline/Dockerfile index a72b87f..cea34cc 100644 --- a/Days/CICD/Jenkins/Pipeline/Dockerfile +++ b/Days/CICD/Jenkins/Pipeline/Dockerfile @@ -5,7 +5,7 @@ ADD index.html /www/index.html # EXPOSE $PORT -HEALTHCHECK CMD nc -z localhost $PORT +HEALTHCHECK .mdnc -z localhost $PORT # Create a basic webserver and run it until the container is stopped -CMD echo "httpd started" && trap "exit 0;" TERM INT; httpd -v -p $PORT -h /www -f & wait \ No newline at end of file +.mdecho "httpd started" && trap "exit 0;" TERM INT; httpd -v -p $PORT -h /www -f & wait \ No newline at end of file diff --git a/Days/Monitoring/Elastic Stack/extensions/curator/Dockerfile b/Days/Monitoring/Elastic Stack/extensions/curator/Dockerfile index 84ff5ad..3a986e6 100644 --- a/Days/Monitoring/Elastic Stack/extensions/curator/Dockerfile +++ b/Days/Monitoring/Elastic Stack/extensions/curator/Dockerfile @@ -14,4 +14,4 @@ RUN install_packages cron && \ >>/etc/crontab ENTRYPOINT ["cron"] -CMD ["-f", "-L8"] +.md["-f", "-L8"] diff --git a/Days/day02.md b/Days/day02.md index e9aaacf..b4484b4 100644 --- a/Days/day02.md +++ b/Days/day02.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Responsibilities of a DevOps Engineer -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day02.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day02.md --- ## Responsibilities of a DevOps Engineer diff --git a/Days/day03.md b/Days/day03.md index 5537ddd..3cb8aab 100644 --- a/Days/day03.md +++ b/Days/day03.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Application Focused -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day03.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day03.md --- ## DevOps Lifecycle - Application Focused diff --git a/Days/day04.md b/Days/day04.md index cb2163d..b59d6d0 100644 --- a/Days/day04.md +++ b/Days/day04.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - DevOps & Agile -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day04.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day04.md --- ## DevOps & Agile diff --git a/Days/day05.md b/Days/day05.md index c31b20b..a01cc9c 100644 --- a/Days/day05.md +++ b/Days/day05.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Plan > Code > Build > Testing > Release > Deploy > Operate > Monitor > -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 > diff --git a/Days/day06.md b/Days/day06.md index 55296a3..4c28bc9 100644 --- a/Days/day06.md +++ b/Days/day06.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - DevOps - The real stories -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day06.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day06.md --- ## DevOps - The real stories diff --git a/Days/day07.md b/Days/day07.md index c0780cd..d9f6268 100644 --- a/Days/day07.md +++ b/Days/day07.md @@ -4,7 +4,7 @@ published: false description: "90DaysOfDevOps - The Big Picture: DevOps & Learning a Programming Language" -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 diff --git a/Days/day08.md b/Days/day08.md index 19d8c15..8e7aeb5 100644 --- a/Days/day08.md +++ b/Days/day08.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Setting up your DevOps environment for Go & Hello World -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 diff --git a/Days/day09.md b/Days/day09.md index 72f9e43..d6ed6af 100644 --- a/Days/day09.md +++ b/Days/day09.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Let's explain the Hello World code -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 diff --git a/Days/day10.md b/Days/day10.md index 4d0c44f..74a61ea 100644 --- a/Days/day10.md +++ b/Days/day10.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - The Go Workspace -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day10.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day10.md --- ### 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 e548f11..01af6bd 100644 --- a/Days/day11.md +++ b/Days/day11.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Variables & Constants in Go -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day11.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day11.md --- 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 8fff633..966a390 100644 --- a/Days/day12.md +++ b/Days/day12.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Getting user input with Pointers and a finished program -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 diff --git a/Days/day13.md b/Days/day13.md index 828c6fb..fd6b8f6 100644 --- a/Days/day13.md +++ b/Days/day13.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Tweet your progress with our new App -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 diff --git a/Days/day14.md b/Days/day14.md index a3f4fe2..7917fbd 100644 --- a/Days/day14.md +++ b/Days/day14.md @@ -4,7 +4,7 @@ published: false description: "90DaysOfDevOps - The Big Picture: DevOps and Linux" -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 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 d612ddf..a33283e 100644 --- a/Days/day15.md +++ b/Days/day15.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Linux Commands for DevOps (Actually everyone) -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) @@ -33,7 +33,7 @@ For one off jobs like installing applications or services you might need that `s ![](Images/Day15_Linux5.png) -I find myself using `clear` all the time, the `clear` command does exactly what it says it is going to clear the screen of all previous commands, putting your prompt to the top and giving you a nice clean workspace. Windows I think is `cls` in the cmd prompt. +I find myself using `clear` all the time, the `clear` command does exactly what it says it is going to clear the screen of all previous commands, putting your prompt to the top and giving you a nice clean workspace. Windows I think is `cls` in the .mdprompt. ![](Images/Day15_Linux6.png) diff --git a/Days/day16.md b/Days/day16.md index 0449330..d695355 100644 --- a/Days/day16.md +++ b/Days/day16.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Managing your Linux System, Filesystem & Storage -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 diff --git a/Days/day17.md b/Days/day17.md index 9a06ff1..f248293 100644 --- a/Days/day17.md +++ b/Days/day17.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Text Editors - nano vs vim -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 diff --git a/Days/day18.md b/Days/day18.md index b77ec5b..e322ec6 100644 --- a/Days/day18.md +++ b/Days/day18.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - SSH & Web Server -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day18.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day18.md --- ## SSH & Web Server diff --git a/Days/day19.md b/Days/day19.md index b733c1d..bda1a96 100644 --- a/Days/day19.md +++ b/Days/day19.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Automate tasks with bash scripts -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 diff --git a/Days/day20.md b/Days/day20.md index dab195d..aa15add 100644 --- a/Days/day20.md +++ b/Days/day20.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Dev workstation setup - All the pretty things -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 diff --git a/Days/day21.md b/Days/day21.md index 0baef9b..c6a3750 100644 --- a/Days/day21.md +++ b/Days/day21.md @@ -4,7 +4,7 @@ published: false description: "90DaysOfDevOps - The Big Picture: DevOps and Networking" -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 diff --git a/Days/day22.md b/Days/day22.md index e3129de..20ed392 100644 --- a/Days/day22.md +++ b/Days/day22.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - The OSI Model - The 7 Layers -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 diff --git a/Days/day23.md b/Days/day23.md index f19c1ce..02abf99 100644 --- a/Days/day23.md +++ b/Days/day23.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Network Protocols -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day23.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day23.md --- ## Network Protocols diff --git a/Days/day24.md b/Days/day24.md index 86146df..c358cb5 100644 --- a/Days/day24.md +++ b/Days/day24.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Network Automation -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day24.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day24.md --- ## Network Automation diff --git a/Days/day25.md b/Days/day25.md index 11c870b..8ecfe77 100644 --- a/Days/day25.md +++ b/Days/day25.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Python for Network Automation -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day25.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day25.md --- ## Python for Network Automation diff --git a/Days/day26.md b/Days/day26.md index 505cf2e..6634640 100644 --- a/Days/day26.md +++ b/Days/day26.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Building our Lab -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day26.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day26.md --- ## Building our Lab diff --git a/Days/day27.md b/Days/day27.md index b0a0ebb..29467b2 100644 --- a/Days/day27.md +++ b/Days/day27.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Getting Hands-On with Python & Network -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 diff --git a/Days/day28.md b/Days/day28.md index 686c8a6..2fc4f3d 100644 --- a/Days/day28.md +++ b/Days/day28.md @@ -4,7 +4,7 @@ published: false description: "90DaysOfDevOps - The Big Picture: DevOps & The Cloud" -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 diff --git a/Days/day29.md b/Days/day29.md index 7cfb689..998abca 100644 --- a/Days/day29.md +++ b/Days/day29.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Microsoft Azure Fundamentals -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day29.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day29.md --- ## Microsoft Azure Fundamentals diff --git a/Days/day30.md b/Days/day30.md index 3b1b883..36ed206 100644 --- a/Days/day30.md +++ b/Days/day30.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Microsoft Azure Security Models -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day30.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day30.md --- ## Microsoft Azure Security Models diff --git a/Days/day31.md b/Days/day31.md index e45d557..e70ec0b 100644 --- a/Days/day31.md +++ b/Days/day31.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Microsoft Azure Compute Models -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day31.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day31.md --- ## Microsoft Azure Compute Models diff --git a/Days/day32.md b/Days/day32.md index dc5e6dc..48b2060 100644 --- a/Days/day32.md +++ b/Days/day32.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Microsoft Azure Storage Models -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day32.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day32.md --- ## Microsoft Azure Storage Models diff --git a/Days/day33.md b/Days/day33.md index e279c0b..a134147 100644 --- a/Days/day33.md +++ b/Days/day33.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Microsoft Azure Networking Models + Azure Management -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 @@ -174,7 +174,7 @@ Azure PowerShell - Cross-platform PowerShell module, runs on Windows, macOS, Linux - Requires Windows PowerShell or PowerShell -If there is a reason you cannot use PowerShell in your environment but you can use cmd or bash then the Azure CLI is going to be your choice. +If there is a reason you cannot use PowerShell in your environment but you can use .mdor bash then the Azure CLI is going to be your choice. Next up we take all the theory we have been through and create some scenarios and get hands-on in Azure. diff --git a/Days/day34.md b/Days/day34.md index 465ccae..6bb7043 100644 --- a/Days/day34.md +++ b/Days/day34.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Microsoft Azure Hands-On Scenarios -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 diff --git a/Days/day35.md b/Days/day35.md index d35d166..2c8876c 100644 --- a/Days/day35.md +++ b/Days/day35.md @@ -4,7 +4,7 @@ published: false description: "90DaysOfDevOps - The Big Picture: Git - Version Control" -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 diff --git a/Days/day36.md b/Days/day36.md index 3bd6097..4563aab 100644 --- a/Days/day36.md +++ b/Days/day36.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Installing & Configuring Git -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day36.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day36.md --- ## Installing & Configuring Git diff --git a/Days/day37.md b/Days/day37.md index 760e76c..5b63ab6 100644 --- a/Days/day37.md +++ b/Days/day37.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Gitting to know Git -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day37.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day37.md --- ## Gitting to know Git diff --git a/Days/day38.md b/Days/day38.md index 40a9eba..454af43 100644 --- a/Days/day38.md +++ b/Days/day38.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Staging & Changing -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day38.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day38.md --- ## Staging & Changing @@ -22,11 +22,11 @@ This is where the details of the git repository are stored as well as the inform ### Staging Files -We then start working on our empty folder and maybe we add some source code as a first days work. We create our readme.md file and we can see that file in the directory, next we check our `git status` and it knows about the new readme.md file but we have not committed the file yet. +We then start working on our empty folder and maybe we add some source code as a first days work. We create our readme.mdfile and we can see that file in the directory, next we check our `git status` and it knows about the new readme.mdfile but we have not committed the file yet. ![](Images/Day38_Git3.png) -We can stage our readme.md file with the `git add README.md` command then we can see changes to be committed which we did not have before and a green new file. +We can stage our readme.mdfile with the `git add README.md` command then we can see changes to be committed which we did not have before and a green new file. ![](Images/Day38_Git4.png) @@ -38,7 +38,7 @@ Next up we want to commit this, our first commit or our first snapshot of our pr We are going to most likely want to add more files or even change the files we have in our directory. We have already done our first commit above. But now we are going to add more details and more files. -We could repeat our process from before, create or edit our file > `git add .` to add all files to the staging area then `git commit -m "meaningful message"` and this would work just fine. But to be able to offer a meaningful message on commit of what has changed you might not want to write something out like `git commit -m "Well, I changed some code because it did not work and when I fixed that I also added something new to the readme.md to ensure everyone knew about the user experience and then I made a tea."` I mean this would work as well although probably make it descriptive but the preferred way here is to add this with a text editor. +We could repeat our process from before, create or edit our file > `git add .` to add all files to the staging area then `git commit -m "meaningful message"` and this would work just fine. But to be able to offer a meaningful message on commit of what has changed you might not want to write something out like `git commit -m "Well, I changed some code because it did not work and when I fixed that I also added something new to the readme.mdto ensure everyone knew about the user experience and then I made a tea."` I mean this would work as well although probably make it descriptive but the preferred way here is to add this with a text editor. If we run `git commit` after running `git add` it will open our default text editor which in my case here is nano. Here are the steps I took to add some changes to the file, ran `git status` to show what is and what is not staged. Then I used `git add` to add the file to the staging area, then ran `git commit` which opened nano. diff --git a/Days/day39.md b/Days/day39.md index b2fd2d0..6afaca8 100644 --- a/Days/day39.md +++ b/Days/day39.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Viewing, unstaging, discarding & restoring -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day39.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day39.md --- ## Viewing, unstaging, discarding & restoring @@ -147,7 +147,7 @@ As an example let's go and delete our most important file in our directory, noti ![](/Days/Images/Day39_Git24.png) -Now we have no readme.md in our working directory. We could have used `git rm readme.md` and this would then be reflected in our git database. Let's also delete from here to simiulate it being removed completely. +Now we have no readme.mdin our working directory. We could have used `git rm readme.md` and this would then be reflected in our git database. Let's also delete from here to simiulate it being removed completely. ![](/Days/Images/Day39_Git25.png) diff --git a/Days/day40.md b/Days/day40.md index 0067615..16f0b5b 100644 --- a/Days/day40.md +++ b/Days/day40.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Social Network for code -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day40.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day40.md --- ## Social Network for code Exploring GitHub | GitLab | BitBucket @@ -70,7 +70,7 @@ We can then drill down into the building block of GitHub, the repositories. Here As the repository is so important to GitHub let me choose a pretty busy one of late and run through some of the core functionality that we can use here on top of everything I am already using when it comes to editing our "code" in git on my local system. -First of all from the previous window I have selected the 90DaysOfDevOps repository and we get to see this view. You can see from this view we have a lot of information, we have our main code structure in the middle showing our files and folders that are stored in our repository. We have our readme.md being displayed down at the bottom. Over to the right of the page we have an about section where the repository has a description and purpose. Then we have lot of information underneath this showing how many people have starred the project, forked, and watching. +First of all from the previous window I have selected the 90DaysOfDevOps repository and we get to see this view. You can see from this view we have a lot of information, we have our main code structure in the middle showing our files and folders that are stored in our repository. We have our readme.mdbeing displayed down at the bottom. Over to the right of the page we have an about section where the repository has a description and purpose. Then we have lot of information underneath this showing how many people have starred the project, forked, and watching. ![](Images/Day40_Git8.png) @@ -176,7 +176,7 @@ Let's now make some changes, I want to make a change to all those links and repl ![](Images/Day40_Git27.png) -Now if we check back on GitHub and we find our readme.md in that repository, you should be able to see a few changes that I made to the file. +Now if we check back on GitHub and we find our readme.mdin that repository, you should be able to see a few changes that I made to the file. ![](Images/Day40_Git28.png) diff --git a/Days/day41.md b/Days/day41.md index 23bd133..f031d2e 100644 --- a/Days/day41.md +++ b/Days/day41.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - The Open Source Workflow -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day41.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day41.md --- ## The Open Source Workflow @@ -14,7 +14,7 @@ When we went through the GitHub fundamentals we went through the process of fork ## Fork a Project -The first thing we have to do is find a project we can contribute to. I have recently been presenting on the [Kanister Project](https://github.com/kanisterio/kanister) and I would like to share my presentations that are now on YouTube to the main readme.md file in the project. +The first thing we have to do is find a project we can contribute to. I have recently been presenting on the [Kanister Project](https://github.com/kanisterio/kanister) and I would like to share my presentations that are now on YouTube to the main readme.mdfile in the project. First of all we need to fork the project. Let's run through that process. I am going to navigate to the link share above and fork the repository. @@ -24,7 +24,7 @@ We now have our copy of the whole repository. ![](Images/Day41_Git2.png) -For reference on the Readme.md file the original Presenations listed are just these two so we need to fix this with our process. +For reference on the Readme.mdfile the original Presenations listed are just these two so we need to fix this with our process. ![](Images/Day41_Git3.png) @@ -40,7 +40,7 @@ We have our project local so we can open VSCode or an IDE or text editor of your ![](Images/Day41_Git5.png) -The readme.md file is written in markdown language and because I am modifying someone else's project I am going to follow the existing project formatting to add our content. +The readme.mdfile is written in markdown language and because I am modifying someone else's project I am going to follow the existing project formatting to add our content. ![](Images/Day41_Git6.png) @@ -74,7 +74,7 @@ Next we hit that contribute button highlighted above. We see the option to "Open ## Open a pull request -There is quite a bit going on in this next image, top left you can now see we are in the original or the master repository. then you can see what we are comparing and that is the original master and our forked repository. We then have a create pull request button which we will come back to shortly. We have our single commit but if this was more changes you might have multiple commits here. then we have the changes we have made in the readme.md file. +There is quite a bit going on in this next image, top left you can now see we are in the original or the master repository. then you can see what we are comparing and that is the original master and our forked repository. We then have a create pull request button which we will come back to shortly. We have our single commit but if this was more changes you might have multiple commits here. then we have the changes we have made in the readme.mdfile. ![](Images/Day41_Git12.png) diff --git a/Days/day42.md b/Days/day42.md index 0f256a5..6e4ef48 100644 --- a/Days/day42.md +++ b/Days/day42.md @@ -4,7 +4,7 @@ published: false description: "90DaysOfDevOps - The Big Picture: Containers" -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day42.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day42.md --- ## The Big Picture: Containers diff --git a/Days/day43.md b/Days/day43.md index 3b7ece5..6d3ad05 100644 --- a/Days/day43.md +++ b/Days/day43.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - What is Docker & Getting installed -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 diff --git a/Days/day44.md b/Days/day44.md index 302ca0f..1a17029 100644 --- a/Days/day44.md +++ b/Days/day44.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Docker Images & Hands-On with Docker Desktop -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 diff --git a/Days/day45.md b/Days/day45.md index 5abf21a..b04c9cf 100644 --- a/Days/day45.md +++ b/Days/day45.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - The anatomy of a Docker Image -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 @@ -58,7 +58,7 @@ The following table shows some of the dockerfile statements we will be using or | COPY | To copy over files or directories from a specific location. | | ADD | As COPY, but also able to handle remote URLs and unpack compressed files. | | ENTRYPOINT | Command that will always be executed when the container starts. If not specified, the default is /bin/sh -c | -| CMD | Arguments passed to the entrypoint. If ENTRYPOINT is not set (defaults to /bin/sh -c), the CMD will be the commands the container executes. | +| .md | Arguments passed to the entrypoint. If ENTRYPOINT is not set (defaults to /bin/sh -c), the .mdwill be the commands the container executes. | | EXPOSE | To define which port through which to access your container application. | | LABEL | To add metadata to the image. | diff --git a/Days/day46.md b/Days/day46.md index 12f9cb9..c58ba52 100644 --- a/Days/day46.md +++ b/Days/day46.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Docker Compose -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day46.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day46.md --- ## Docker Compose diff --git a/Days/day47.md b/Days/day47.md index 50d06fa..286fd34 100644 --- a/Days/day47.md +++ b/Days/day47.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Docker Networking & Security -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day47.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day47.md --- ## Docker Networking & Security diff --git a/Days/day48.md b/Days/day48.md index 3255f74..2180d37 100644 --- a/Days/day48.md +++ b/Days/day48.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Alternatives to Docker -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day48.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day48.md --- ## Alternatives to Docker diff --git a/Days/day49.md b/Days/day49.md index 0cdbc6d..51b54f6 100644 --- a/Days/day49.md +++ b/Days/day49.md @@ -4,7 +4,7 @@ published: false description: "90DaysOfDevOps - The Big Picture: Kubernetes" -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day49.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day49.md --- ## The Big Picture: Kubernetes diff --git a/Days/day50.md b/Days/day50.md index a6b1e48..b6c694f 100644 --- a/Days/day50.md +++ b/Days/day50.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Choosing your Kubernetes platform -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day50.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day50.md --- ## Choosing your Kubernetes platform diff --git a/Days/day51.md b/Days/day51.md index 473c4a8..004d0af 100644 --- a/Days/day51.md +++ b/Days/day51.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Deploying your first Kubernetes Cluster -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 diff --git a/Days/day52.md b/Days/day52.md index c5f2beb..78fa629 100644 --- a/Days/day52.md +++ b/Days/day52.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Setting up a multinode Kubernetes Cluster -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 diff --git a/Days/day53.md b/Days/day53.md index 7ca7178..b619d97 100644 --- a/Days/day53.md +++ b/Days/day53.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Rancher Overview - Hands On -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day53.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day53.md --- ## Rancher Overview - Hands On diff --git a/Days/day54.md b/Days/day54.md index 4d91cb7..e918ac1 100644 --- a/Days/day54.md +++ b/Days/day54.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Kubernetes Application Deployment -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day54.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day54.md --- ## Kubernetes Application Deployment diff --git a/Days/day55.md b/Days/day55.md index a3076a7..8a5d63b 100644 --- a/Days/day55.md +++ b/Days/day55.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - State and Ingress in Kubernetes -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 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 5a8d2cd..7f0f139 100644 --- a/Days/day56.md +++ b/Days/day56.md @@ -4,7 +4,7 @@ published: false description: "90DaysOfDevOps - The Big Picture: IaC" -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day56.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day56.md --- ## The Big Picture: IaC diff --git a/Days/day57.md b/Days/day57.md index da55c48..a244ca4 100644 --- a/Days/day57.md +++ b/Days/day57.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - An intro to Terraform -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day57.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day57.md --- ## An intro to Terraform diff --git a/Days/day58.md b/Days/day58.md index e55ca70..65c470d 100644 --- a/Days/day58.md +++ b/Days/day58.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - HashiCorp Configuration Language (HCL) -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day58.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day58.md --- ## HashiCorp Configuration Language (HCL) diff --git a/Days/day59.md b/Days/day59.md index 5b66da0..9e6a926 100644 --- a/Days/day59.md +++ b/Days/day59.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Create a VM with Terraform & Variables -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 diff --git a/Days/day60.md b/Days/day60.md index 1d1a819..eaef6f3 100644 --- a/Days/day60.md +++ b/Days/day60.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Docker Containers, Provisioners & Modules -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day60.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day60.md --- ## Docker Containers, Provisioners & Modules diff --git a/Days/day61.md b/Days/day61.md index 9adf51c..2211f0e 100644 --- a/Days/day61.md +++ b/Days/day61.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Kubernetes & Multiple Environments -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day61.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day61.md --- ## Kubernetes & Multiple Environments diff --git a/Days/day62.md b/Days/day62.md index cad0369..e8040b4 100644 --- a/Days/day62.md +++ b/Days/day62.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Testing, Tools & Alternatives -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day62.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day62.md --- ## Testing, Tools & Alternatives diff --git a/Days/day63.md b/Days/day63.md index 684ed68..3530483 100644 --- a/Days/day63.md +++ b/Days/day63.md @@ -4,7 +4,7 @@ published: false description: "90DaysOfDevOps - The Big Picture: Configuration" Management -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 diff --git a/Days/day64.md b/Days/day64.md index 197602e..7a15789 100644 --- a/Days/day64.md +++ b/Days/day64.md @@ -4,7 +4,7 @@ published: false description: "90DaysOfDevOps - Ansible: Getting Started" -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day64.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day64.md --- ## Ansible: Getting Started diff --git a/Days/day65.md b/Days/day65.md index 9c0173a..0393b63 100644 --- a/Days/day65.md +++ b/Days/day65.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Ansible Playbooks -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day65.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day65.md --- ### Ansible Playbooks diff --git a/Days/day66.md b/Days/day66.md index c45d518..45dc893 100644 --- a/Days/day66.md +++ b/Days/day66.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Ansible Playbooks Continued... -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day66.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day66.md --- ## Ansible Playbooks Continued... diff --git a/Days/day67.md b/Days/day67.md index 787615b..2468502 100644 --- a/Days/day67.md +++ b/Days/day67.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Using Roles & Deploying a Loadbalancer -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 diff --git a/Days/day68.md b/Days/day68.md index e77e764..19e1e18 100644 --- a/Days/day68.md +++ b/Days/day68.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Tags, Variables, Inventory & Database Server config -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 diff --git a/Days/day69.md b/Days/day69.md index 4ec338b..9d88a66 100644 --- a/Days/day69.md +++ b/Days/day69.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - All other things Ansible - Automation Controller (Tower), AWX, Vault -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 diff --git a/Days/day70.md b/Days/day70.md index 4238f8a..89490e4 100644 --- a/Days/day70.md +++ b/Days/day70.md @@ -4,7 +4,7 @@ published: false description: "90DaysOfDevOps - The Big Picture: CI/CD Pipelines" -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 diff --git a/Days/day71.md b/Days/day71.md index e4255f2..72ec362 100644 --- a/Days/day71.md +++ b/Days/day71.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - What is Jenkins? -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day71.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day71.md --- ## What is Jenkins? diff --git a/Days/day72.md b/Days/day72.md index 3244328..2e3f4a9 100644 --- a/Days/day72.md +++ b/Days/day72.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Getting hands on with Jenkins -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 diff --git a/Days/day73.md b/Days/day73.md index 105a0ee..67d70f4 100644 --- a/Days/day73.md +++ b/Days/day73.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Building a Jenkins Pipeline -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day73.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day73.md --- ## Building a Jenkins Pipeline diff --git a/Days/day74.md b/Days/day74.md index 7cb9173..4e40eee 100644 --- a/Days/day74.md +++ b/Days/day74.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Hello World - Jenkinsfile App Pipeline -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 diff --git a/Days/day75.md b/Days/day75.md index 0cbb2d2..dac2748 100644 --- a/Days/day75.md +++ b/Days/day75.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - GitHub Actions Overview -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day75.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day75.md --- ## GitHub Actions Overview diff --git a/Days/day76.md b/Days/day76.md index 83d7c4c..96a601b 100644 --- a/Days/day76.md +++ b/Days/day76.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - ArgoCD Overview -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day76.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day76.md --- ## ArgoCD Overview diff --git a/Days/day77.md b/Days/day77.md index 4c7336f..ecf9380 100644 --- a/Days/day77.md +++ b/Days/day77.md @@ -4,7 +4,7 @@ published: false description: "90DaysOfDevOps - The Big Picture: Monitoring" -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day77.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day77.md --- ## The Big Picture: Monitoring diff --git a/Days/day78.md b/Days/day78.md index 00c745a..332c218 100644 --- a/Days/day78.md +++ b/Days/day78.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Hands-On Monitoring Tools -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day78.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day78.md --- ## Hands-On Monitoring Tools diff --git a/Days/day79.md b/Days/day79.md index 06218fd..006aea4 100644 --- a/Days/day79.md +++ b/Days/day79.md @@ -4,7 +4,7 @@ published: false description: "90DaysOfDevOps - The Big Picture: Log Management" -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 diff --git a/Days/day80.md b/Days/day80.md index 969ede2..d6ee859 100644 --- a/Days/day80.md +++ b/Days/day80.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - ELK Stack -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day80.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day80.md --- ## ELK Stack diff --git a/Days/day81.md b/Days/day81.md index 6989a28..999b7da 100644 --- a/Days/day81.md +++ b/Days/day81.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Fluentd & FluentBit -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day81.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day81.md --- ## Fluentd & FluentBit diff --git a/Days/day82.md b/Days/day82.md index 3cc8871..cec47df 100644 --- a/Days/day82.md +++ b/Days/day82.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - EFK Stack -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day82.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day82.md --- ### EFK Stack diff --git a/Days/day83.md b/Days/day83.md index a81984c..d45bd0d 100644 --- a/Days/day83.md +++ b/Days/day83.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Data Visualisation - Grafana -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day83.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day83.md --- ## Data Visualisation - Grafana diff --git a/Days/day84.md b/Days/day84.md index ef77c4c..f589f73 100644 --- a/Days/day84.md +++ b/Days/day84.md @@ -4,7 +4,7 @@ published: false description: "90DaysOfDevOps - The Big Picture: Data Management" -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 diff --git a/Days/day85.md b/Days/day85.md index 1c5ee61..242c0ef 100644 --- a/Days/day85.md +++ b/Days/day85.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Data Services -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day85.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day85.md --- ## Data Services diff --git a/Days/day86.md b/Days/day86.md index 2866824..4ce02e6 100644 --- a/Days/day86.md +++ b/Days/day86.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Backup all the platforms -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day86.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day86.md --- ## Backup all the platforms diff --git a/Days/day87.md b/Days/day87.md index 5a56153..d34b02e 100644 --- a/Days/day87.md +++ b/Days/day87.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Hands-On Backup & Recovery -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day87.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day87.md --- ## Hands-On Backup & Recovery diff --git a/Days/day88.md b/Days/day88.md index b12a7c2..297502c 100644 --- a/Days/day88.md +++ b/Days/day88.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Application Focused Backups -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day88.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day88.md --- ## Application Focused Backups diff --git a/Days/day89.md b/Days/day89.md index 3bf5324..4f55fc0 100644 --- a/Days/day89.md +++ b/Days/day89.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Disaster Recovery -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day89.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day89.md --- ## Disaster Recovery diff --git a/Days/day90.md b/Days/day90.md index d50d473..23d4caf 100644 --- a/Days/day90.md +++ b/Days/day90.md @@ -4,7 +4,7 @@ published: false description: 90DaysOfDevOps - Data & Application Mobility -canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day90.md +canonical_url: https://github.com/MichaelCade/90DaysOfDevOps/Days/day90.md --- ## Data & Application Mobility