Jhooq
open-menucloseme
Home
Ansible
Kubernetes
Terraform
YouTube
About
Contact
English Português
githubtwitterlinkedinrss
  • Terraform - How to nuke AWS resources and save additional AWS infrastructure cost?

    calendarMay 1, 2021 · 7 min read  ·
    Last Modified : Oct 26, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    Terraform - How to nuke AWS resources and save additional AWS infrastructure cost?

    Working in the AWS cloud is always fun until you are not paying your AWS bills from your pocket. Being a developer we work on our developer machine and we do not much worry much about resources(CPU, Memory, and Disk space) because nowadays developer machines (Laptops/desktops) are very powerful. Apart from the initial …


    Read More
  • Understanding terraform count, for_each and for loop?

    calendarMay 1, 2021 · 10 min read  ·
    Last Modified : May 24, 2023
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    Understanding terraform count, for_each and for loop?

    When working with "collection variables" in Terrafrom, you must understand "loops with count," "loops with for each," and "for loop." If you don't, it will be very hard to go through collections like list, map, and set. This article is mostly about how loops work. We'll look at …


    Read More
  • How to connect localhost from docker container?

    calendarApr 29, 2021 · 3 min read  ·
    Last Modified : Apr 29, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to connect localhost from docker container?

    Docker container always works in isolation from host machine. But sometimes you need to connect localhost(host machine) from your docker container to perform certain tasks. In this article we are going to look - How to access the host machine from docker conatiner? There are different ways to achieve - Using default …


    Read More
  • How to use Terraform output values?

    calendarApr 26, 2021 · 9 min read  ·
    Last Modified : May 9, 2023
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to use Terraform output values?

    In this article we are going to look on terraform output values. Terraform output values will be really useful when you want to debug your terraform code. Terraform output values can help you to print the attributes reference(arn, instance_state, outpost_arn, public_ip, public_dns etc) on your console. The typical …


    Read More
  • How to create multiple values files inside helm chart?

    calendarApr 23, 2021 · 3 min read · Helm Chart  ·
    Last Modified : Apr 23, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to create multiple values files inside helm chart?

    Helm Chart is a very feature-rich framework when you are working with complex Kubernetes cluster and deployment. Helm chart provides a very convenient way to pass values.yaml and use it inside your Helm Chart. But for this article, we will focus on - How to create multiple values files inside the helm chart? Click on …


    Read More
  • How to fix error configuring Terraform AWS Provider error validating provider credentials error calling sts GetCallerIdentity SignatureDoesNotMatch?

    calendarApr 19, 2021 · 2 min read  ·
    Last Modified : Apr 19, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to fix error configuring Terraform AWS Provider error validating provider credentials error calling sts GetCallerIdentity SignatureDoesNotMatch?

    In this article we are going to troubleshoot an issue related to Terraform and AWS. This is occurs when you are trying to use your Old or expired - Access keys (access key ID and secret access key) of your aws account. You are error should look like - Error: error configuring Terraform AWS Provider: error validating …


    Read More
  • How to fix Invalid function argument on line in provider credentials file google Invalid value for path parameter no file exists

    calendarApr 19, 2021 · 2 min read  ·
    Last Modified : Apr 19, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to fix Invalid function argument on line in provider credentials file google Invalid value for path parameter no file exists

    Working with terraform can tricky sometime and specially if you are working with cloud service provider such as Google Cloud Platform. I have faced the following issue while I was working with my first Terrafrom project with Google Cloud. Error Invalid function argument on main.tf line 2, in provider google …


    Read More
  • How to fix error value for undeclared variable a variable named was assigned on the command line?

    calendarApr 16, 2021 · 1 min read  ·
    Last Modified : Apr 16, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to fix error value for undeclared variable a variable named was assigned on the command line?

    In this article we are going to fix Error Value for undeclared variable A variable named was assigned on the command line, but the root module does not declare a variable of that name. To use this value, add a variable block to the configuration The above mentioned issue very common with terraform and 99% of the case …


    Read More
  • What is variable.tf and terraform.tfvars?

    calendarApr 11, 2021 · 8 min read  ·
    Last Modified : Dec 29, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    What is variable.tf and terraform.tfvars?

    Terraform variable.tf is a file where you can define variables for your Terraform configuration. This file can contain the variable definitions as well as the optional default value for the variable. Here is an example of variable.tf which has - Two variables with no default value - instance_type, github_repo One …


    Read More
  • How would I learn DevOps(If I had to Start Over)

    calendarApr 9, 2021 · 11 min read  ·
    Last Modified : Apr 9, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How would I learn DevOps(If I had to Start Over)

    I got this question many times like how should I start learning DevOps. Well in this article we are gonna talk about How should I learn DevOps by myself if I had to start from scratch? Devops learning path There are certain caveats which I would like to mention - Learning can different for everyone - The first …


    Read More
    • ««
    • «
    • 12
    • 13
    • 14
    • 15
    • 16
    • »
    • »»

Categories

TERRAFORM 63 DOCKER 28 KUBERNETES 26 AWS 15 ANSIBLE 11 HELM-CHART 11 BLOGGING 6 SSL 6 SPRING-BOOT 5 QUARKUS 4 GITHUB 3 KUBESPRAY 3 PROMETHEUS-GRAFANA 3 VAGRANT 3
All Categories

ANSIBLE11 AWS15 AZURE2 BLOGGING6 DEVOPS2 DOCKER28 GITHUB3 GRADLE1 HADOOP1 HELM-CHART11 HIBERNATE1 JENKINS2 KUBERNETES26 KUBESPRAY3 LINUX-COMMANDS1 NGINX2 PROMETHEUS-GRAFANA3 QUARKUS4 SPRING-BOOT5 SSL6 TERRAFORM63 VAGRANT3
[A~Z][0~9]

Series

TERRAFORM 61 DOCKER 28 KUBERNETES 27 ANSIBLE 11 HELM-CHART 11 AWS 4 AZURE 2 JENKINS 2 DEVOPS 1 LINUX-COMMANDS 1

Tags

KUBERNETES 18 HELM-CHART 10 BLOGGING 4 QUARKUS 4 DOCKER 3 GITHUB 3 SSL 3 KUBESPRAY 2 SPRING-BOOT 2 ANSIBLE 1 HADOOP 1 INDEX 1 NGINX 1 TERRAFORM 1

Recent Posts

  • AI Caught My Cloud Failure Before I Did
  • AWS API Gateway from Beginner to Expert ?
  • Azure Function App
  • Azure Virtual Machine Course
  • Learn AWS S3 ?
  • Ansible Handlers Explained Real-World Use Cases & Examples test
  • Securing Sensitive Data in Terraform
  • Boost Your AWS Security with Terraform : A Step-by-Step Guide

Rahul Wagh

Jhooq
Its all about Open Source and DevOps, here I talk about Kubernetes, Docker, Java, Spring boot and practices.
Read More


Copyright © 2019–2020, Jhooq; all rights reserved.

Copyright  COPYRIGHT © 2019–2020, JHOOQ; ALL RIGHTS RESERVED.. All Rights Reserved

to-top