Merge branch 'MichaelCade:main' into main

This commit is contained in:
CJ Hung 2022-04-23 01:07:33 +08:00 committed by GitHub
commit fd1b3914c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 6 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

BIN
Days/Images/Day57_IAC3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -2,7 +2,7 @@
title: '#90DaysOfDevOps - An intro to Terraform - Day 57' title: '#90DaysOfDevOps - An intro to Terraform - Day 57'
published: false published: false
description: 90DaysOfDevOps - An intro to Terraform description: 90DaysOfDevOps - An intro to Terraform
tags: "devops, 90daysofdevops, learning" tags: 'devops, 90daysofdevops, learning'
cover_image: null cover_image: null
canonical_url: null canonical_url: null
id: 1048710 id: 1048710
@ -56,7 +56,7 @@ Another thing to mention is that there are also modules available, and this is s
The Terraform workflow looks like this: (*taken from the terraform site*) The Terraform workflow looks like this: (*taken from the terraform site*)
![](https://www.terraform.io/_next/static/images/how-tf-works-2-88c36cecdbf1d3a92cc3976dd85ff8ad.png?fit=max&fm=webp&q=80&w=2500) ![](Images/Day57_IAC3.png)
### Terraform vs Vagrant ### Terraform vs Vagrant

View File

@ -23,7 +23,7 @@ Pull approach - If you are talking to thousands of microservices or systems and
Once again we see YAML for configuration for Prometheus. Once again we see YAML for configuration for Prometheus.
![](https://cdn.jsdelivr.net/gh/prometheus/prometheus@c34257d069c630685da35bcef084632ffd5d6209/documentation/images/architecture.svg) ![](Images/Day78_Monitoring7.png)
Later on you are going to see how this looks when deployed into Kubernetes, in particular we have the **PushGateway** which pulls our metrics from our jobs/exporters. Later on you are going to see how this looks when deployed into Kubernetes, in particular we have the **PushGateway** which pulls our metrics from our jobs/exporters.

View File

@ -2,7 +2,7 @@
title: '#90DaysOfDevOps - ELK Stack - Day 80' title: '#90DaysOfDevOps - ELK Stack - Day 80'
published: false published: false
description: 90DaysOfDevOps - ELK Stack description: 90DaysOfDevOps - ELK Stack
tags: "devops, 90daysofdevops, learning" tags: 'devops, 90daysofdevops, learning'
cover_image: null cover_image: null
canonical_url: null canonical_url: null
id: 1048746 id: 1048746
@ -34,7 +34,7 @@ On top of the above mentioned components you might also see Beats which are ligh
- Kibana uses Elasticsearch DB to Explore, Visualize, and Share - Kibana uses Elasticsearch DB to Explore, Visualize, and Share
![](https://www.guru99.com/images/tensorflow/082918_1504_ELKStackTut1.png) ![](Images/Day80_Monitoring8.png)
[Picture taken from Guru99](https://www.guru99.com/elk-stack-tutorial.html) [Picture taken from Guru99](https://www.guru99.com/elk-stack-tutorial.html)

View File

@ -55,8 +55,7 @@ Another thing to mention is that there are also modules available, and this is s
The Terraform workflow looks like this: (*taken from the terraform site*) The Terraform workflow looks like this: (*taken from the terraform site*)
![](Images/Day57_IAC3.png)
![](https://www.terraform.io/_next/static/images/how-tf-works-2-88c36cecdbf1d3a92cc3976dd85ff8ad.png?fit=max&fm=webp&q=80&w=2500)
### Terraform vs Vagrant ### Terraform vs Vagrant