Jhooq
open-menucloseme
Home
Ansible
Kubernetes
Terraform
YouTube
About
Contact
English Português
githubtwitterlinkedinrss
  • How to restart single docker container within multiple docker container?

    calendarAug 11, 2021 · 3 min read  ·
    Last Modified : Aug 11, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to restart single docker container within multiple docker container?

    I am a real big fan of working with docker because it provides you a certain level of isolation and the ability to move your dockerize application anywhere from development to the production environment. But often when I work with the multiple numbers of running docker containers then it is often needed to restart a …


    Read More
  • How Terraform modules works?

    calendarAug 9, 2021 · 9 min read  ·
    Last Modified : May 4, 2022
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How Terraform modules works?

    Terraform is an IaC(infrastructure as Code) framework for managing and provisioning the infrastructure but have you ever thought of creating only a single terraform configuration file for managing the complete cloud infrastructure. Well, it sounds insane because if you only have a single file for managing the complete …


    Read More
  • How to edit file within Docker container or edit a file after I shell into a Docker container?

    calendarAug 5, 2021 · 6 min read  ·
    Last Modified : Aug 5, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to edit file within Docker container or edit a file after I shell into a Docker container?

    While working on my Spring Boot Microservices with Docker I felt a need to edit some of the files present under my docker container. But when I tried to edit the file nano application.yaml it throws me an error bash: nano: command not found. So I was not able to edit the file which is present inside my running docker …


    Read More
  • How to fix Error starting docker service Unit not found?

    calendarJul 24, 2021 · 4 min read  ·
    Last Modified : Jul 24, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to fix Error starting docker service Unit not found?

    In this blog post, we will look at the different ways to fix the Error starting docker service Unit not found. I faced this issue while I was trying to set up Kubernetes cluster on CentOS 8. As Kubernetes is a container orchestration tool and it is used for managing container images, so I had to install Docker before …


    Read More
  • How to remove old, unused images of Docker?

    calendarJul 24, 2021 · 6 min read  ·
    Last Modified : Jul 24, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to remove old, unused images of Docker?

    There are times in a project where you have been working for quite a long time and you create and tag docker images on daily basis but after some time it is generally observed that we tend to forget how many docker images we have build and tagged. I do not see a problem in building and tagging a new docker image number …


    Read More
  • Secure AWS EC2s & GCP VMs with Terraform SSH Keys!

    calendarJul 20, 2021 · 13 min read  ·
    Last Modified : May 11, 2023
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    Secure AWS EC2s & GCP VMs with Terraform SSH Keys!

    This blog post will help you to understand - How to manage SSH Keys for your EC2 Instance on AWS How to manage SSH Keys for Virtual Machine on GCP When you work on cloud services such as AWS, Google Cloud you use Terraform to setup EC2 and VMs. But to access those instances(EC2, VMS) you need to setup the SSH Keys. …


    Read More
  • What is terraform provisioner?

    calendarJul 19, 2021 · 11 min read  ·
    Last Modified : Apr 28, 2023
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    What is terraform provisioner?

    Terraform Provisioners are used to performing certain custom actions and tasks either on the local machine or on the remote machine. The custom actions can vary in nature and it can be - Running custom shell script on the local machine Running custom shell script on the remote machine Copy file to the remote machine …


    Read More
  • How to fix Failed to get the data key required to decrypt the SOPS file?

    calendarJul 3, 2021 · 3 min read  ·
    Last Modified : Jul 3, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to fix Failed to get the data key required to decrypt the SOPS file?

    Here in this article, I have documented the steps which are needed for fixing the issue Failed to get the data key required to decrypt the SOPS file. Group 0 FAILED Here are the instances where I faced this issue - How to fix when you are working with Helm Chart Secretes How to fix when you are working on Google cloud …


    Read More
  • How to fix WARNING UNPROTECTED PRIVATE KEY FILE!

    calendarJun 30, 2021 · 2 min read  ·
    Last Modified : Jun 30, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to fix WARNING UNPROTECTED PRIVATE KEY FILE!

    I am writing this post to document my troubleshooting steps when I faced the following issue - WARNING: UNPROTECTED PRIVATE KEY FILE! Permissions 0660 for jenkins-ec2.pem are too open. It is required that your private key files are NOT accessible by others. Load key jenkins-ec2.pem bad permissions …


    Read More
  • How to make your Gradle build faster when you see - Starting a new Gradle Daemon for this build (subsequent builds will be faster)?

    calendarJun 30, 2021 · 7 min read  ·
    Last Modified : Jun 30, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to make your Gradle build faster when you see - Starting a new Gradle Daemon for this build (subsequent builds will be faster)?

    Recently I was working on one of my Spring Boot Application with Gradle as my preferred build framework. I aimed to deploy Spring Boot Application to AWS EC2 instance but as soon as I started my Gradle build on my EC2 instance it kind of stuck and frozen with the following message - Starting a new Gradle Daemon for …


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

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