chore: update published articles [skip ci]
This commit is contained in:
parent
33c21e232b
commit
6a154a6514
@ -1,10 +1,11 @@
|
||||
---
|
||||
title: "#90DaysOfDevOps - Automate tasks with bash scripts - Day 19"
|
||||
title: '#90DaysOfDevOps - Automate tasks with bash scripts - Day 19'
|
||||
published: false
|
||||
description: "90DaysOfDevOps - Automate tasks with bash scripts"
|
||||
tags: "devops, 90daysofdevops, learning"
|
||||
description: 90DaysOfDevOps - Automate tasks with bash scripts
|
||||
tags: 'devops, 90daysofdevops, learning'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
id: 1048774
|
||||
---
|
||||
## Automate tasks with bash scripts
|
||||
|
||||
@ -302,4 +303,4 @@ I have created a very simple bash file that helps me spin up a Kubernetes cluste
|
||||
- [Learn the Linux Fundamentals - Part 1](https://www.youtube.com/watch?v=kPylihJRG70)
|
||||
- [Linux for hackers (don't worry you don't need to be a hacker!)](https://www.youtube.com/watch?v=VbEx7B_PTOE)
|
||||
|
||||
See you on [Day20](day20.md)
|
||||
See you on [Day20](day20.md)
|
||||
|
@ -1,10 +1,11 @@
|
||||
---
|
||||
title: "#90DaysOfDevOps - Microsoft Azure Storage Models - Day 32"
|
||||
title: '#90DaysOfDevOps - Microsoft Azure Storage Models - Day 32'
|
||||
published: false
|
||||
description: "90DaysOfDevOps - Microsoft Azure Storage Models"
|
||||
tags: "devops, 90daysofdevops, learning"
|
||||
description: 90DaysOfDevOps - Microsoft Azure Storage Models
|
||||
tags: 'devops, 90daysofdevops, learning'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
id: 1048775
|
||||
---
|
||||
## Microsoft Azure Storage Models
|
||||
|
||||
@ -184,4 +185,4 @@ We have one more bit of theory remaining around networking before we can get som
|
||||
- [Google Cloud Digital Leader Certification Course](https://www.youtube.com/watch?v=UGRDM86MBIQ&list=WL&index=131&t=10s)
|
||||
- [AWS Basics for Beginners - Full Course](https://www.youtube.com/watch?v=ulprqHHWlng&t=5352s)
|
||||
|
||||
See you on [Day 33](day33.md)
|
||||
See you on [Day 33](day33.md)
|
||||
|
@ -1,10 +1,11 @@
|
||||
---
|
||||
title: "#90DaysOfDevOps - The anatomy of a Docker Image - Day 45"
|
||||
title: '#90DaysOfDevOps - The anatomy of a Docker Image - Day 45'
|
||||
published: false
|
||||
description: "90DaysOfDevOps - The anatomy of a Docker Image"
|
||||
tags: "devops, 90daysofdevops, learning"
|
||||
description: 90DaysOfDevOps - The anatomy of a Docker Image
|
||||
tags: 'devops, 90daysofdevops, learning'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
id: 1048777
|
||||
---
|
||||
## The anatomy of a Docker Image
|
||||
|
||||
@ -116,4 +117,4 @@ Then if we go and take a look in our DockerHub repository you can see that we ju
|
||||
- [Blog on gettng started building a docker image](https://stackify.com/docker-build-a-beginners-guide-to-building-docker-images/)
|
||||
- [Docker documentation for building an image](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/)
|
||||
|
||||
See you on [Day 46](day46.md)
|
||||
See you on [Day 46](day46.md)
|
||||
|
@ -1,10 +1,11 @@
|
||||
---
|
||||
title: "#90DaysOfDevOps - Deploying your first Kubernetes Cluster - Day 51"
|
||||
title: '#90DaysOfDevOps - Deploying your first Kubernetes Cluster - Day 51'
|
||||
published: false
|
||||
description: "90DaysOfDevOps - Deploying your first Kubernetes Cluster"
|
||||
tags: "devops, 90daysofdevops, learning"
|
||||
description: 90DaysOfDevOps - Deploying your first Kubernetes Cluster
|
||||
tags: 'devops, 90daysofdevops, learning'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
id: 1048778
|
||||
---
|
||||
## Deploying your first Kubernetes Cluster
|
||||
|
||||
@ -172,4 +173,4 @@ If you have FREE resources that you have used then please feel free to add them
|
||||
- [TechWorld with Nana - Kubernetes Crash Course for Absolute Beginners](https://www.youtube.com/watch?v=s_o8dwzRlu4)
|
||||
- [Kunal Kushwaha - Kubernetes Tutorial for Beginners | What is Kubernetes? Architecture Simplified!](https://www.youtube.com/watch?v=KVBON1lA9N8)
|
||||
|
||||
See you on [Day 52](day52.md)
|
||||
See you on [Day 52](day52.md)
|
||||
|
@ -1,10 +1,11 @@
|
||||
---
|
||||
title: "#90DaysOfDevOps - State and Ingress in Kubernetes - Day 55"
|
||||
title: '#90DaysOfDevOps - State and Ingress in Kubernetes - Day 55'
|
||||
published: false
|
||||
description: "90DaysOfDevOps - State and Ingress in Kubernetes"
|
||||
tags: "devops, 90daysofdevops, learning"
|
||||
description: 90DaysOfDevOps - State and Ingress in Kubernetes
|
||||
tags: 'devops, 90daysofdevops, learning'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
id: 1048779
|
||||
---
|
||||
## State and Ingress in Kubernetes
|
||||
In this closing section of Kubernetes, we are going to take a look at State and ingress.
|
||||
@ -232,4 +233,4 @@ This wraps up our Kubernetes section, there is so much additional content we cou
|
||||
|
||||
Next up we are going to be taking a look at Infrastructure as Code and the important role it plays from a DevOps perspective.
|
||||
|
||||
See you on [Day 56](day56.md)
|
||||
See you on [Day 56](day56.md)
|
||||
|
@ -1,10 +1,11 @@
|
||||
---
|
||||
title: "#90DaysOfDevOps - Tags, Variables, Inventory & Database Server config - Day 68"
|
||||
title: '#90DaysOfDevOps - Tags, Variables, Inventory & Database Server config - Day 68'
|
||||
published: false
|
||||
description: "90DaysOfDevOps - Tags, Variables, Inventory & Database Server config"
|
||||
tags: "devops, 90daysofdevops, learning"
|
||||
description: '90DaysOfDevOps - Tags, Variables, Inventory & Database Server config'
|
||||
tags: 'devops, 90daysofdevops, learning'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
id: 1048780
|
||||
---
|
||||
## Tags, Variables, Inventory & Database Server config
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
---
|
||||
title: "#90DaysOfDevOps - Data Services - Day 85"
|
||||
title: '#90DaysOfDevOps - Data Services - Day 85'
|
||||
published: false
|
||||
description: "90DaysOfDevOps - Data Services"
|
||||
tags: "devops, 90daysofdevops, learning"
|
||||
description: 90DaysOfDevOps - Data Services
|
||||
tags: 'devops, 90daysofdevops, learning'
|
||||
cover_image: null
|
||||
canonical_url: null
|
||||
id: 1048781
|
||||
---
|
||||
## Data Services
|
||||
|
||||
@ -145,4 +146,4 @@ There are a ton of resources I have linked below, you could honestly spend 90 ye
|
||||
- [Fauna Crash Course - Covering the Basics](https://www.youtube.com/watch?v=ihaB7CqJju0)
|
||||
|
||||
|
||||
See you on [Day 86](day86.md)
|
||||
See you on [Day 86](day86.md)
|
||||
|
Loading…
Reference in New Issue
Block a user