Jhooq
open-menu closeme
Home
Ansible
Kubernetes
Terraform
YouTube
About
Contact
English Português
github twitter linkedin rss
  • CI/CD Kubernetes | Setting up CI/CD Jenkins pipeline for kubernetes

    calendar Oct 20, 2020 · 12 min read · Kubernetes  ·
    Share on: twitter facebook linkedin copy
    CI/CD Kubernetes | Setting up CI/CD Jenkins pipeline for kubernetes

    In this article we are going to focus on Setting up CI/CD Jenkins pipeline for kubernetes. We will be using GitHub, Docker, DockerHub, Jenkins and Kubernetes Cluster to achieve this. For the complete lab session we are going to setup every component from scratch and for that we will be using Vagrant for provisioning …


    Read More
  • Kubernetes cluster setup with Jenkins

    calendar Sep 24, 2020 · 9 min read · Kubernetes  ·
    Share on: twitter facebook linkedin copy
    Kubernetes cluster setup with Jenkins

    In the DevOps world if you do not talk about Jenkins, Continuous Integration, and Continuous Delivery then you are missing a big chunk of it and with the inception of Kubernetes DevOps has grown its territory by 10 folds. In this article, we are going to integrate - Jenkins Kuberneteshttps Pre-Requisite Vagrant …


    Read More
  • Spring Boot Microservices with Docker | Dockerfile |docker-compose.yml

    calendar Sep 6, 2020 · 11 min read  ·
    Share on: twitter facebook linkedin copy
    Spring Boot Microservices with Docker | Dockerfile |docker-compose.yml

    This article is targeted for those who want to learn more about docker and How they can integrate Docker with their existing applications. The base application we are going to take is a Spring Boot Application. The spring Boot application will be very simple with one Microservice for “Hello World”. Contents Creating …


    Read More
  • How to use Persistent Volume and Persistent Claims | Kubernetes

    calendar Aug 30, 2020 · 7 min read · Kubernetes  ·
    Share on: twitter facebook linkedin copy
    How to use Persistent Volume and Persistent Claims | Kubernetes

    Working with kubernetes is always fun as well as challenging. The more you dive deep into the kubernetes ecosystem the more you learn. It always bugged me when I started working with kubernetes that - How can I retain the data after the end of pod life cycle? Answer is - Kubernetes Persistent Volume and Persistent …


    Read More
  • How to fix ProvisioningFailed persistentvolume controller no volume plugin matched

    calendar Aug 27, 2020 · 3 min read · Kubernetes  ·
    Share on: twitter facebook linkedin copy
    How to fix ProvisioningFailed persistentvolume controller no volume plugin matched

    Well If you ended up on this article then just like me you are also facing the Warning no volume plugin matched inside your Kubernetes cluster. Warning ProvisioningFailed persistentvolume-controller no volume plugin matched Before you read further let me ask you a question Are you trying to set up the Dynamic Volume …


    Read More
  • Fixing – Cannot bind to requested volume: storageClasseName does not match

    calendar Aug 24, 2020 · 3 min read · Kubernetes  ·
    Share on: twitter facebook linkedin copy
    Fixing – Cannot bind to requested volume: storageClasseName does not match

    I faced this issue when I started working with kuberenetes Persistent Volume and Kuberenetes Persistent Claim This issue has occurred because its expecting storageClass to be present inside your kubernetes. Most probably you might have missed creating storageClass or you might have used the wrong storageClass name in …


    Read More
  • Fixing – pod has unbound immediate persistentvolumeclaims or cannot bind to requested volume incompatible accessmode

    calendar Aug 23, 2020 · 6 min read · Kubernetes  ·
    Share on: twitter facebook linkedin copy
    Fixing – pod has unbound immediate persistentvolumeclaims or cannot bind to requested volume incompatible accessmode

    There could be multiple reasons behind this issue. But before we jump to the solution, first let us see how to identify the issue - How to identify the issue? Once you identify the issue then here are the possible solutions - Mismatch in the accessModes of Persistent Volume and Persistent Volume Claim …


    Read More
  • Docker COPY vs Docker ADD?

    calendar Aug 14, 2020 · 4 min read · Docker  ·
    Share on: twitter facebook linkedin copy
    Docker COPY vs Docker ADD?

    Since the inception of the docker, it has undoubtedly eased the application development for developers like us. With Docker, you no longer bounded with Operating system, architecture, frameworks, and compatibility. With docker you can pretty much prepare your development environment with required libs and avoiding …


    Read More
  • How to fix - nginx ingress controller crashloopbackoff error

    calendar Aug 11, 2020 · 4 min read · Nginx  ·
    Share on: twitter facebook linkedin copy
    How to fix - nginx ingress controller crashloopbackoff error

    I faced this issue while I was trying to install the nginx ingress controller along with HAproxy loadbalancer on my kuberentes cluster. To be honest I had this issue because I missed to create config map during the setup. But there could be many reasons behind this issue. We will take each possible scenario and look at …


    Read More
  • 6 Ways to fix - Got permission denied while trying to connect to the Docker daemon socket?

    calendar Aug 2, 2020 · 7 min read · Docker  ·
    Share on: twitter facebook linkedin copy
    6 Ways to fix - Got permission denied while trying to connect to the Docker daemon socket?

    I faced this issue couple of times and both times I had the same error but with different error messages text. The first error message which I got was - docker Got permission denied while trying to connect to the Docker daemon socket at unix the second time I got the error message - Can not connect to docker daemon. …


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

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