Jhooq
open-menucloseme
Home
Ansible
Kubernetes
Terraform
YouTube
About
Contact
English Português
githubtwitterlinkedinrss
  • How to setup Prometheus, Node Exporter and Grafana

    calendarFeb 18, 2022 · 9 min read  ·
    Last Modified : Mar 12, 2022
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to setup Prometheus, Node Exporter and Grafana

    Performance monitoring and alerting are very crucial to measure the performance metrics of an application running in a production environment. In this blog post, we are going to talk about two popular open-source tools Prometheus and Grafana. This blog post is aimed at anyone who is trying to learn Prometheus and …


    Read More
  • How to fix-error configuring S3 Backend no valid credential sources for S3 Backend found?

    calendarFeb 6, 2022 · 2 min read  ·
    Last Modified : Feb 6, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to fix-error configuring S3 Backend no valid credential sources for S3 Backend found?

    I had an issue while I was trying to setup Remote S3 bucket for storing Terraform state file. The issue faced is error configuring S3 Backend no valid credential sources for S3 Backend found. After spending some time on my local terraform setup and AWS CLI configuration I realised that my AWS CLI was using incorrect …


    Read More
  • MacOS - How to fix Mounting of NFS shared folders on Vagrant?

    calendarFeb 2, 2022 · 5 min read  ·
    Last Modified : Feb 2, 2022
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    MacOS - How to fix Mounting of NFS shared folders on Vagrant?

    To give you a little background on the Vagrant NFS shared folder issue which I have struggled with this issue for almost a week before I found the root cause of the problem. Here is the vagrant's mount.nfs:connection timed out error 1default: Mounting NFS shared folders... 23The following SSH command responded with a …


    Read More
  • How to fix-Support for password authentication was removed. Please use a personal access token instead?

    calendarJan 22, 2022 · 3 min read · GitHub  ·
    Last Modified : Jan 30, 2022
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to fix-Support for password authentication was removed. Please use a personal access token instead?

    GitHub has recently announced their migration to use token-based authentication which means you can no longer use your username and password for GtiHub authentication. You need to create personal access token to continue use of your GitHub Repository. Here is my private GitHub repository which I was trying to clone and …


    Read More
  • Kubernetes Cheat Sheet for day to day DevOps operations?

    calendarJan 15, 2022 · 11 min read  ·
    Last Modified : Jan 15, 2022
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    Kubernetes Cheat Sheet for day to day DevOps operations?

    Note - This Kubernetes Cheat sheet is really long and detailed. I would highly recommend to use CTRL+F from the browser to search for the specific command. Table Of Content Pods Deployments Port Forwarding Service Nodes Namespace Service Accounts Documentation Describing Resources Editing Resources Deleting Resources …


    Read More
  • Terraform state locking using DynamoDB (aws_dynamodb_table)?

    calendarJan 12, 2022 · 7 min read  ·
    Last Modified : Jan 12, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    Terraform state locking using DynamoDB (aws_dynamodb_table)?

    Terraform state is the backbone of your terraform project for provisioning your cloud infrastructure. When you work on large infrastructure provisioning with Terraform then it is always more than one developer or team of a developer working on the same terraform project. The problems arise when two developers try to …


    Read More
  • Docker - ADD, Update, Export Environment variable

    calendarJan 7, 2022 · 6 min read  ·
    Last Modified : Jan 7, 2022
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    Docker - ADD, Update, Export Environment variable

    When writing a Dockerfile or docker-compose.yml you often need to rely on the ENVIRONMENT variable and there could be many reasons behind it, for example - If your container is using Python then you might wanna rely on the Python version which is set into the host machine's environment variable. another use case could …


    Read More
  • Managing Terraform states?

    calendarDec 30, 2021 · 10 min read  ·
    Last Modified : Dec 30, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    Managing Terraform states?

    Terraform has its backbone known as terraform.tfstate file any change you do with your infrastructure will have its presence in the terraform.tfstate file. So when you work with Terraform for managing and provisioning your infrastructure then terraform will always create a terraform.tfstate file for you. In this blog …


    Read More
  • How to fix-Docker docker failed to compute cache key not found

    calendarDec 20, 2021 · 2 min read  ·
    Last Modified : Dec 20, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to fix-Docker docker failed to compute cache key not found

    The Docker failed to compute cache key error is result of docker buildcommand which is executed on a directory where the Dockefile is not present. I had this issue when I was working with one of my project on my windows laptop and my directory structure looked like this - 1\parent-directory 2- test-file-1.py 3- …


    Read More
  • How to fix docker driver failed programming external connectivity on endpoint webserver?

    calendarDec 9, 2021 · 3 min read  ·
    Last Modified : Dec 9, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to fix docker driver failed programming external connectivity on endpoint webserver?

    This blog post will address how to fix the docker issue EADDRINUSE (PORT or ADDRESS already in use). Here is a little error snapshot which I have taken from my docker container which I was aiming to run on port 1313 but unfortunately the port is already occupied by some other process. 1docker: Error response from …


    Read More
    • ««
    • «
    • 7
    • 8
    • 9
    • 10
    • 11
    • »
    • »»

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