Jhooq
open-menucloseme
Home
Ansible
Kubernetes
Terraform
YouTube
About
Contact
English Português
githubtwitterlinkedinrss
  • How to use Helmfile for managing helm chart?

    calendarOct 16, 2021 · 7 min read · Helm Chart  ·
    Last Modified : Jul 17, 2023
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    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?

    calendarOct 10, 2021 · 3 min read  ·
    Last Modified : Nov 12, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    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)?

    calendarOct 8, 2021 · 5 min read  ·
    Last Modified : Oct 8, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    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?

    calendarOct 8, 2021 · 9 min read  ·
    Last Modified : Oct 24, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    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?

    calendarSep 21, 2021 · 5 min read  ·
    Last Modified : Aug 21, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    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?

    calendarSep 16, 2021 · 7 min read  ·
    Last Modified : Aug 11, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    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?

    calendarAug 26, 2021 · 5 min read · GitHub  ·
    Last Modified : Aug 26, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    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?

    calendarAug 23, 2021 · 4 min read · GitHub  ·
    Last Modified : Aug 23, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    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?

    calendarAug 18, 2021 · 5 min read  ·
    Last Modified : Oct 9, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    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?

    calendarAug 15, 2021 · 2 min read  ·
    Last Modified : Aug 15, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    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
    • ««
    • «
    • 9
    • 10
    • 11
    • 12
    • 13
    • »
    • »»

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