Jhooq
open-menu closeme
Home
Ansible
Kubernetes
Terraform
YouTube
About
Contact
English Português
github twitter linkedin rss
  • (docker run -d) Why Does a Docker Container Stop Automatically?

    calendar Jun 17, 2023 · 5 min read  ·
    Last Modified : Jun 17, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    (docker run -d) Why Does a Docker Container Stop Automatically?

    Introduction Docker has become an indispensable tool in modern software development, offering the ability to package applications and their dependencies into lightweight containers. However, if you're like me, you may have encountered a puzzling situation where your Docker container unexpectedly stops after running the …


    Read More
  • How to fix private-dns-enabled cannot be set because there is already a conflicting DNS domain?

    calendar Jun 17, 2023 · 3 min read  ·
    Last Modified : Jun 17, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    How to fix private-dns-enabled cannot be set because there is already a conflicting DNS domain?

    Navigating the intricacies of Amazon Web Services (AWS) can be a complex task. Even seasoned developers working with Infrastructure as Code (IaC) tools like Terraform and CloudFormation may occasionally face frustrating obstacles. A common stumbling block arises from conflicts in Virtual Private Cloud (VPC) settings, …


    Read More
  • Attach and detach from Docker's process?

    calendar Jun 14, 2023 · 3 min read  ·
    Last Modified : Jun 14, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    Attach and detach from Docker's process?

    Docker is a fantastic tool for containerization that provides the flexibility of isolating your application with its environment on a single system. One of the features Docker offers is the ability to attach and detach from Docker processes. This post provides a step-by-step guide to working with this feature. …


    Read More
  • Use SSH credentials in Jenkins with SSH, SCP, SFTP

    calendar Jun 8, 2023 · 5 min read  ·
    Last Modified : Jun 8, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    Use SSH credentials in Jenkins with SSH, SCP, SFTP

    There are various ways in Jenkins for using the SSH credentials to perform SSH, SCP or SFTP. You have to choose which one is more suitable for your need and project setup. In this blog post I will walk you through the couple of options with which you can accomplish the SSH, SCP or SFTP Table of Content Using SSH Agent …


    Read More
  • How I Change Name of My Docker Repository and Rename Images?

    calendar Jun 7, 2023 · 3 min read  ·
    Last Modified : Jun 7, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    How I Change Name of My Docker Repository and Rename Images?

    Have you ever found yourself needing to change the repository name or rename a Docker image? I recently faced this challenge and got to know that it is a very simple yet effective process to accomplish it. In this blog post, I want to share my step-by-step process of changing the repository name and renaming Docker …


    Read More
  • Step-By-Step Guide to Setting Up SSH Keys for Jenkins

    calendar Jun 7, 2023 · 3 min read  ·
    Last Modified : Jun 7, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    Step-By-Step Guide to Setting Up SSH Keys for Jenkins

    Jenkins, the popular open-source automation server that's been making waves in the tech industry. Today, we'll go through an important aspect of Jenkins - setting up Secure Shell (SSH) keys for securely publishing and transferring files. It may sound daunting, but trust me, I'll guide you every step of the way. Let's …


    Read More
  • How to permanently add private ssh key(macOS, Windows, Ubuntu)?

    calendar May 26, 2023 · 9 min read  ·
    Last Modified : May 26, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    How to permanently add private ssh key(macOS, Windows, Ubuntu)?

    In our increasingly connected world, the security of our digital interactions is more critical than ever. Just like you lock your front door when you leave the house, you need to secure your online presence too. One of the keys to this virtual lock is called an SSH Key. If you've ever tried accessing remote servers or …


    Read More
  • Use Terraform to manage AWS IAM Policies, Roles and Users

    calendar May 9, 2023 · 12 min read  ·
    Last Modified : May 9, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    Use Terraform to manage AWS IAM Policies, Roles and Users

    This blog post is going to be a comprehensive guide on managing the AWS IAM User, IAM Roles and IAM Policies using Terraform. Managing IAM Users, Roles and Policies are always crucial from a security perspective. Proper management of the IAM User, IAM Roles and IAM Policies can really improve the operational burden as …


    Read More
  • How to split Your Terraform main.tf File into Multiple Files

    calendar May 4, 2023 · 5 min read  ·
    Last Modified : May 4, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    How to split Your Terraform main.tf File into Multiple Files

    Table of Content Why someone need to split the terraform main.tf into multiple files? How to split the main.tf file: A Step-by-Step Approach 2.1 Identify Resources and Data Sources 2.2 Create Separate .tf Files for Resources and Data Sources 2.3 Migrate Resource and Data Source Blocks into individual .tf files 2.4 …


    Read More
  • How to use Terraform variable within variable

    calendar May 4, 2023 · 6 min read  ·
    Last Modified : May 4, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    How to use Terraform variable within variable

    1. Terraform Variables Variables are an important part of Terraform because they let users change settings and make them more flexible and reusable. You can avoid hardcoding values in your Terraform configuration files by using variables. This makes your code more flexible. In this blog post we will focus on how to use …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

Categories

TERRAFORM 63 DOCKER 28 KUBERNETES 26 AWS 13 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 AWS13 BLOGGING6 DEVOPS1 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 2 JENKINS 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

  • Ansible Handlers Explained Real-World Use Cases & Examples?
  • Securing Sensitive Data in Terraform
  • Boost Your AWS Security with Terraform : A Step-by-Step Guide
  • How to Load Input Data from a File in Terraform?
  • Can Terraform be used to provision on-premises infrastructure?
  • Fixing the Terraform Error creating IAM Role. MalformedPolicyDocument Has prohibited field Resource
  • In terraform how to handle null value with default value?
  • Terraform use module output variables as inputs for another module?

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