Jhooq
open-menu closeme
Home
Ansible
Kubernetes
Terraform
YouTube
About
Contact
English Português
github twitter linkedin rss
  • How to fix-error configuring S3 Backend no valid credential sources for S3 Backend found?

    calendar Feb 6, 2022 · 2 min read  ·
    Share on: twitter facebook linkedin copy
    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?

    calendar Feb 2, 2022 · 5 min read  ·
    Share on: twitter facebook linkedin copy
    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?

    calendar Jan 22, 2022 · 3 min read · GitHub  ·
    Share on: twitter facebook linkedin copy
    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?

    calendar Jan 15, 2022 · 11 min read  ·
    Share on: twitter facebook linkedin copy
    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)?

    calendar Jan 12, 2022 · 7 min read  ·
    Share on: twitter facebook linkedin copy
    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

    calendar Jan 7, 2022 · 6 min read  ·
    Share on: twitter facebook linkedin copy
    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?

    calendar Dec 30, 2021 · 10 min read  ·
    Share on: twitter facebook linkedin copy
    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

    calendar Dec 20, 2021 · 2 min read  ·
    Share on: twitter facebook linkedin copy
    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?

    calendar Dec 9, 2021 · 3 min read  ·
    Share on: twitter facebook linkedin copy
    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
  • Delete Kubernetes POD stuck in terminating state?

    calendar Dec 8, 2021 · 7 min read  ·
    Share on: twitter facebook linkedin copy
    Delete Kubernetes POD stuck in terminating state?

    The deletion of the Kubernetes POD depends on many factors, before you execute the kubectl delete pod command you should go through the following checkpoint - Is the container associated with POD still running? Are there any active Kubernetes deployment associated with POD? Check if the POD persistent volume and …


    Read More
    • ««
    • «
    • 3
    • 4
    • 5
    • 6
    • 7
    • »
    • »»

Categories

TERRAFORM 45 KUBERNETES 26 DOCKER 22 HELM-CHART 11 AWS 7 BLOGGING 6 SPRING-BOOT 5 SSL 5 QUARKUS 4 GITHUB 3 KUBESPRAY 3 PROMETHEUS-GRAFANA 3 VAGRANT 3 ANSIBLE 2
All Categories

ANSIBLE2 AWS7 BLOGGING6 DEVOPS1 DOCKER22 GITHUB3 GRADLE1 HADOOP1 HELM-CHART11 HIBERNATE1 KUBERNETES26 KUBESPRAY3 LINUX-COMMANDS1 NGINX2 PROMETHEUS-GRAFANA3 QUARKUS4 SPRING-BOOT5 SSL5 TERRAFORM45 VAGRANT3
[A~Z][0~9]

Series

TERRAFORM 43 KUBERNETES 27 DOCKER 22 HELM-CHART 11 ANSIBLE 2 AWS 2 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

  • How to use terraform depends_on meta argument?
  • Ansible how to fix destination path already exists and is not an empty directory?
  • What is user_data in Terraform?
  • Why you should not store terraform state file(.tfstate) inside Git Repository?
  • How to import existing resource using terraform import comand?
  • Terraform - A detailed guide on setting up ALB(Application Load Balancer) and SSL?
  • How to release(delete) Elastic IP from AWS?
  • Testing Infrastructure as Code with Terraform?

Rahul Wagh

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


Jhooq

Copyright  JHOOQ. All Rights Reserved

to-top