sharmasmriti.hashnode.devDay 73 - Grafana Installation and SetupIn the previous blog, we have seen about Grafana in detail. You can refer this Day 72 - Grafana.✨ So, basically Grafana is a powerful tool used in DevOps for visualizing metrics and monitoring data from various sources. It supports flexible dashboard...Apr 1, 2024·3 min read
sharmasmriti.hashnode.devDay 72 - GrafanaWhat is Monitoring? Monitoring provides feedback from production and delivers information about an application’s performance and usage patterns. When performance or other issues arise, relevant data about the issues are sent back to development teams...Mar 18, 2024·16 min read
sharmasmriti.hashnode.devDay 71 - Terraform Interview QuestionsBelow are some basic Terraform interview questions along with the answers.✍ 1. What is Infrastructure as Code? Infrastructure as code, also referred to as IaC, is an IT practice that codifies and manages underlying IT infrastructure as software. The ...Mar 1, 2024·16 min read
sharmasmriti.hashnode.devDay 70 - Terraform ModulesWhat are Terraform Modules? Terraform modules are reusable and self-contained collections of Terraform configurations that encapsulate a set of resources and their configurations. A module consists of a collection of .tf and/or .tf.json files kept to...Feb 28, 2024·6 min read
sharmasmriti.hashnode.devDay 69 - Meta-Arguments in TerraformWhat are Meta-Arguments? Meta-arguments are special arguments used to modify the behavior of resources or blocks. They provide additional functionality beyond the standard resource configuration. Meta-arguments allow you to customize resource behavio...Feb 26, 2024·6 min read