Jhooq
open-menucloseme
Home
Ansible
Kubernetes
Terraform
YouTube
About
Contact
English Português
githubtwitterlinkedinrss
  • How to use ApplicationRunner in Spring Boot application?

    calendarApr 4, 2021 · 4 min read · Spring Boot  ·
    Last Modified : Apr 4, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to use ApplicationRunner in Spring Boot application?

    The Application Runner interface provided by Spring Boot is a little advance than the CommandLineRunner Interface. In simple words, we can say that CommandLineRunner Interface does not do more than executing the run() method before the completion of the Spring Boot Application Life Cycle and putting all the program …


    Read More
  • How to use Terraform Variables - Locals,Input,Output

    calendarApr 1, 2021 · 8 min read  ·
    Last Modified : Jan 12, 2023
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to use Terraform Variables - Locals,Input,Output

    Terraform variables are a way to store values that can be reused throughout your Terraform configuration. They allow you to define a value once and reference it in multiple places throughout your configuration, making it easier to manage and update your infrastructure. Variables are defined in the variables block in …


    Read More
  • How to fix - Python pip install connection error SSL CERTIFICATE_VERIFY_FAILED certificate verify failed

    calendarMar 31, 2021 · 3 min read · SSL  ·
    Last Modified : Mar 31, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to fix - Python pip install connection error SSL CERTIFICATE_VERIFY_FAILED certificate verify failed

    In this article, we are going to see the error connection error SSL CERTIFICATE_VERIFY_FAILED certificate verify failed (_ssl.c:598) which you might get when you are trying to install Python on your system. First, we are going to see the Root Cause of the error and then we are going to see 3 different ways to address …


    Read More
  • Upgrade kubernetes using kubespray

    calendarMar 29, 2021 · 5 min read  ·
    Last Modified : Mar 29, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    Upgrade kubernetes using kubespray

    Kubespray comes very handily when you want to upgrade or downgrade your kubernetes cluster to the specific version. But it can be troublesome if you do not know - How to upgrade your Kubernetes cluster using Kubespray? Click below - If you want to learn how to setup Kubernetes cluster using Kubespray 12 Steps for …


    Read More
  • Terraform create EC2 Instance on AWS

    calendarMar 19, 2021 · 12 min read  ·
    Last Modified : May 9, 2023
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    Terraform create EC2 Instance on AWS

    This guide will help you to Create your first AWS EC2 using terraform. When it comes to IAC(Infrastructure As Code) Terraform is always the first choice of DevOps although there are many alternatives available in the market such as Ansible, Chef, Puppet, SaltStack, CloudFormation but due the fact that - Terraform is …


    Read More
  • How to fix Error creating service account googleapi Error 403 Identity and Access Management (IAM) API has not been used in project before or it is disabled

    calendarMar 14, 2021 · 2 min read  ·
    Last Modified : Mar 14, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to fix Error creating service account googleapi Error 403 Identity and Access Management (IAM) API has not been used in project before or it is disabled

    In this article we are going to see - How to fix the issue - Error creating service account googleapi Error 403 Identity and Access Management (IAM) API has not been used in project 4686446XXXX before or it is disabled (In case you need help with setting GCP Compute instance here is the guide) Issue I also faced this …


    Read More
  • Install terraform on Ubuntu 20.04, CentOS 8, MacOS, Windows 10, Fedora 33, Red hat 8 and Solaris 11

    calendarMar 7, 2021 · 7 min read  ·
    Last Modified : Oct 27, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    Install terraform on Ubuntu 20.04, CentOS 8, MacOS, Windows 10, Fedora 33, Red hat 8 and Solaris 11

    In this guide, we will focus on Installation of Terraform on a various operating system such as Ubuntu 20.04, CentOS 8, Fedora 33, Red Hat 8, and Solaris. Install Terraform on Ubuntu 20.04, CentOS 8, Fedora 33, Red Hat 8 or Solaris Install Terraform on Windows 10 Install Terraform on MacOS Later we are also going to …


    Read More
  • kubectl export yaml OR How to generate YAML for deployed kubernetes resources

    calendarFeb 25, 2021 · 5 min read · Kubernetes  ·
    Last Modified : Feb 25, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    kubectl export yaml OR How to generate YAML for deployed kubernetes resources

    In this post, we are going to see how to get YAML of deployed Kubernetes resources(pvc, configmap, ingress, service, secret, deployment, statefulset, hpa, job, cronjob). Most of the time we create the deployment and expose services inside the kubernetes cluster using YAMLs but here in this the post we will focus on a …


    Read More
  • How to fix - Error client etcd cluster is unavailable or misconfigured

    calendarFeb 22, 2021 · 4 min read · Kubespray  ·
    Last Modified : Feb 22, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to fix - Error client etcd cluster is unavailable or misconfigured

    You might be trying to set-up your Kubernetes cluster using Kubespray but during the setup you must be stuck with the issue client etcd cluster is unavailable or misconfigured error. But before scrolling down for solution please check in the logs again for the errros like connection refused error or subnet watch failed …


    Read More
  • How to fix - git@github.com permission denied (publickey). fatal could not read from remote repository and Support for password authentication was removed. Please use a personal access token instead

    calendarFeb 15, 2021 · 10 min read · SSL  ·
    Last Modified : Jan 11, 2022
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to fix - git@github.com permission denied (publickey). fatal could not read from remote repository and Support for password authentication was removed. Please use a personal access token instead

    git@github.com: Permission denied (public key).fatal: Could not read from remote repository. - It means GitHub is rejecting your connection because - It is your private repo GitHub does not trust your computer because it does not have the public key of your computer. And when you try to clone the repo you get the …


    Read More
    • ««
    • «
    • 13
    • 14
    • 15
    • 16
    • 17
    • »
    • »»

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