Merge branch 'MichaelCade:main' into main
This commit is contained in:
commit
fd1b3914c4
Binary file not shown.
Before Width: | Height: | Size: 71 KiB |
BIN
Days/Images/Day57_IAC3.png
Normal file
BIN
Days/Images/Day57_IAC3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
BIN
Days/Images/Day78_Monitoring7.png
Normal file
BIN
Days/Images/Day78_Monitoring7.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
Days/Images/Day80_Monitoring8.png
Normal file
BIN
Days/Images/Day80_Monitoring8.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
@ -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*)
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Terraform vs Vagrant
|
### Terraform vs Vagrant
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
[Picture taken from Guru99](https://www.guru99.com/elk-stack-tutorial.html)
|
[Picture taken from Guru99](https://www.guru99.com/elk-stack-tutorial.html)
|
||||||
|
|
||||||
|
@ -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*)
|
||||||
|
|
||||||
|

|
||||||

|
|
||||||
|
|
||||||
### Terraform vs Vagrant
|
### Terraform vs Vagrant
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user