Jhooq
open-menu closeme
Home
Ansible
Kubernetes
Terraform
YouTube
About
Contact
English Português
github twitter linkedin rss
  • How to use Helmfile for managing helm chart?

    calendar Oct 16, 2021 · 7 min read · Helm Chart  ·
    Share on: twitter facebook linkedin copy
    How to use Helmfile for managing helm chart?

    Helmfile is an another wrapper working on top of Helm Chart. Just like Helm Chart, Helmfile also uses the YAML for writing the configurations. But why do you need Helmfile if you are working with Kubernetes and Helm Chart? Here are some key benfits of using Helmfile - You can bundle several Helm Charts into a Single …


    Read More
  • How to ssh into vagrant without using vagrant SSH?

    calendar Oct 10, 2021 · 3 min read  ·
    Share on: twitter facebook linkedin copy
    How to ssh into vagrant without using vagrant SSH?

    I have been using vagrant for quite some time on my development laptop for work as well as for learning purposes. But one thing which I noticed working with Vagrant is you have to use vagrant ssh every time whenever you want to login into your virtual machine and in case if you have multiple virtual machine configured …


    Read More
  • 4 Ways to Add SSH public key to Vagrant VM(Virtual Machine)?

    calendar Oct 8, 2021 · 5 min read  ·
    Share on: twitter facebook linkedin copy
    4 Ways to Add SSH public key to Vagrant VM(Virtual Machine)?

    Vagrant helped developers to create a very lightweight, portable development machine which can be destroyed and recreated on the fly. When it comes to starting a virtual machine onto your development environment vagrant helps you to spin up the virtual machine with very few lines of codes. But while working with …


    Read More
  • Implementing Kubernetes liveness, Readiness and Startup probes with Spring Boot Microservice Application?

    calendar Oct 8, 2021 · 9 min read  ·
    Share on: twitter facebook linkedin copy
    Implementing Kubernetes liveness, Readiness and Startup probes with Spring Boot Microservice Application?

    Maintaining a healthy kubernetes cluster is really challenging especially if you have not configured the Liveness, Readiness and Startup Probes correctly for your containers deployed under kubernetes containers. If I have to put in a simple way - Liveness probes - It is responsible for restarting your container, if it …


    Read More
  • How to expose port on live containers?

    calendar Sep 21, 2021 · 5 min read  ·
    Share on: twitter facebook linkedin copy
    How to expose port on live containers?

    As DevOps, we often make quite a lot of mistakes and one of the most oversight mistakes we generally do is forget to expose a port for the container. When you realize that you have not exposed any port for the container then you start looking for ways to change the port mapping of a live container or in other words, we …


    Read More
  • How to expose multiple ports with Docker?

    calendar Sep 16, 2021 · 7 min read  ·
    Share on: twitter facebook linkedin copy
    How to expose multiple ports with Docker?

    When we package any application using Docker then either we create Dockerfile or docker-compose.yaml, even you can create both the files and share the files with others. There is one important aspect in both the files .i.e. PORT. Any container which you build and ship to other developers has to have one or more defined …


    Read More
  • How to delete all the Git, BitBucket branches which have been merged?

    calendar Aug 26, 2021 · 5 min read · GitHub  ·
    Share on: twitter facebook linkedin copy
    How to delete all the Git, BitBucket branches which have been merged?

    I usually work with multiple projects at once and whenever there is a new feature on which I had to work, I usually create a new Branch from my Master branch and once I am done with the new feature I do create a pull request and after the approval, I do merge my changes from my new Branch to my Master branch. Well, …


    Read More
  • How to fix - unable to update URL base form redirection asked for https://github.com/rahulwagh/spring-boot-docker.git?

    calendar Aug 23, 2021 · 4 min read · GitHub  ·
    Share on: twitter facebook linkedin copy
    How to fix - unable to update URL base form redirection asked for https://github.com/rahulwagh/spring-boot-docker.git?

    I faced this issue when I was trying to clone my GitHub repository but somehow I made a mistake and instead of using the correct GitHub Repository URL I used an incorrect URL. Here are the URLs - Correct URL - https://github.com/rahulwagh/k8s-jenkins-aws.git Incorrect URL - https://github.com/rahulwagh/k8s-jenkins-aws …


    Read More
  • How to use Workspaces in Terraform?

    calendar Aug 18, 2021 · 5 min read  ·
    Share on: twitter facebook linkedin copy
    How to use Workspaces in Terraform?

    Terraform worksapces is a very logical concept where you can have multiple states of your infrastructure configuration. To put this in simple words if you are running an infrastructure configuration in development environment then the same infrastructure can be run in the production environment. The main benefit of …


    Read More
  • How to run specific terraform resource, module, target?

    calendar Aug 15, 2021 · 2 min read  ·
    Share on: twitter facebook linkedin copy
    How to run specific terraform resource, module, target?

    Terraform file always grows as you span your infrastructure and add multiple servers to your cloud-hosted infrastructure. But imagine you have terraform file which contains lots of resources but you only do not want to apply the complete terraform configuration but instead, you just want to run one specific or some …


    Read More
    • ««
    • «
    • 5
    • 6
    • 7
    • 8
    • 9
    • »
    • »»

Categories

TERRAFORM 46 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 TERRAFORM46 VAGRANT3
[A~Z][0~9]

Series

TERRAFORM 44 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

  • Managing strings in Terraform: A comprehensive guide
  • 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?

Rahul Wagh

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