Jhooq
open-menucloseme
Home
Ansible
Kubernetes
Terraform
YouTube
About
Contact
English Português
githubtwitterlinkedinrss
  • How to setup kubernetes jenkins pipeline on AWS?

    calendarJun 19, 2021 · 15 min read  ·
    Last Modified : Jul 12, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to setup kubernetes jenkins pipeline on AWS?

    Hello guys It is been quite some time I was planning to write a blog post on How to set up your Kubernetes CI CD Jenkins pipeline on AWS step by step? It took some time for me to figure out all the details for setting up the continuous pipeline but at last once I was able to deploy it successfully on AWS, it was a sigh …


    Read More
  • Is terraform destroy needed before terraform apply?

    calendarJun 2, 2021 · 3 min read  ·
    Last Modified : Jun 2, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    Is terraform destroy needed before terraform apply?

    Terraform destroy will no doubt provide you a clean slate to work with your infrastructure but it is not needed to run terraform destroy before running terraform apply or plan commands. There is one caution while working with terraform destroy command, it is not advisable to run it on a production environment because …


    Read More
  • How to fix terraform error Your query returned no results. Please change your search criteria and try again?

    calendarMay 31, 2021 · 2 min read  ·
    Last Modified : May 31, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to fix terraform error Your query returned no results. Please change your search criteria and try again?

    The terraform error Your query returned no results. Please change your search criteria and try again can be misleading and can cause an increase in your debugging time with your Terraform configuration. I have also faced the same issue while I was trying to set up my aws_instance on AWS. But interestingly this issue …


    Read More
  • How to use Terraform Data sources?

    calendarMay 28, 2021 · 5 min read  ·
    Last Modified : Dec 6, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to use Terraform Data sources?

    Terraform data sources can be beneficial if you want to retrieve or fetch the data from the cloud service providers such as AWS, AZURE, and GCP. Most of the time when we use Terraform along with AWS/AZURE/GCP then we always send data in terms of instructions or configuration. But what if you want to get the …


    Read More
  • How to use Terraform resource meta arguments?

    calendarMay 25, 2021 · 5 min read  ·
    Last Modified : May 25, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to use Terraform resource meta arguments?

    Terraform resource Meta-Arguments can be useful while setting up your cloud infrastructure. The resource arguments depends_on, count, for_Each, provider, lifecycle has some features such as - You can create multiple aws_resource using the count for_each can be used for iteration and can also help you to create …


    Read More
  • How to fix docker error invalid reference format error?

    calendarMay 19, 2021 · 3 min read  ·
    Last Modified : May 19, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to fix docker error invalid reference format error?

    In this blog post we will look on ways to fix the docker error invalid reference format error. If you look at the error carefully then it says invalide reference format which mean the image name which you are trying to use in your Dockerfile or docker command is not acceptable. Basically a reference in docker is a …


    Read More
  • How to fix requested access to the resource is denied?

    calendarMay 17, 2021 · 4 min read  ·
    Last Modified : Jul 12, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to fix requested access to the resource is denied?

    I faced the error requested access to the resource is denied while I was trying to push my docker image of spring boot application to Docker Hub but unfortunately when I issued the docker push command I immediately got the error. In this article, we will look at How to fix requested access to the resource is denied …


    Read More
  • How to fix Docker error cannot delete docker container conflict unable to remove repository reference?

    calendarMay 14, 2021 · 4 min read  ·
    Last Modified : May 14, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to fix Docker error cannot delete docker container conflict unable to remove repository reference?

    Docker error cannot delete docker container conflict unable to remove repository reference This error comes when you try to delete/remove your docker image before removing your docker container. The basic principle of docker says you should always remove your docker container first before removing the docker image. In …


    Read More
  • How to fix docker error no space left on device?

    calendarMay 13, 2021 · 5 min read  ·
    Last Modified : May 13, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to fix docker error no space left on device?

    Sometimes you must clean up your disk so that you can download the docker image and run it. But if you do not have sufficient space available on your disk then you might end up with the error no space left on device. In this blog, we are going to see a number of ways to fix this error because I had this issue many …


    Read More
  • How to use Terraform Dynamic blocks?

    calendarMay 10, 2021 · 3 min read  ·
    Last Modified : Aug 10, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to use Terraform Dynamic blocks?

    Terraform Dynamic Block is important when you want to create multiple resources inside of similar types, so instead of copy and pasting the same terraform configuration in the terraform file does not make sense and it is not feasible if you need to create hundreds of resources using terraform. If we describe terraform …


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

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