Jhooq
open-menu closeme
Home
Ansible
Kubernetes
Terraform
YouTube
About
Contact
English Português
github twitter linkedin rss
  • Kubernetes Updates

    calendar Dec 4, 2020 · 3 min read · Kubernetes  ·
    Last Modified : Dec 4, 2020
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    Kubernetes Updates

    December 04, 2020 Kubernetes is deprecating Docker support and how should you prepare for it? As of December 02, 2020 Kubernetes has announced that going forward Kubernetes is going to deprecate Docker as their preferred container runtime environment. In the DevOps community Docker is considered as a backbone when it …


    Read More
  • Convert Kubernetes deployment YAML into Helm Chart YAML

    calendar Nov 26, 2020 · 8 min read · Helm Chart  ·
    Last Modified : Nov 26, 2020
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    Convert Kubernetes deployment YAML into Helm Chart YAML

    Convert kubernetes yamls into Helm chart In this article we are going to look how can we convert Kubernetes YAMLs into Helm Chart YAMLs. Objective 1 : - At first we are going to create simple Kubernetes deployment(k8s-deployment.yaml)` and in that deployment we are going to deploy a microservice application. …


    Read More
  • Helm chart - Wordpress Installation with MariaDB on Kubernetes

    calendar Nov 26, 2020 · 10 min read · Helm Chart  ·
    Last Modified : Nov 26, 2020
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    Helm chart - Wordpress Installation with MariaDB on Kubernetes

    Wordpress Helm Chart Installation In this tutorial, we are going to install WordPress with MariaDB using the Helm Chart on Kubernetes cluster. With this installation, we are going to see - How we can upgrade as well as rollback the Helm Chart release of WordPress. This complete setup inherited the benefits of the …


    Read More
  • Helm chart - How to Add/Install plugins

    calendar Nov 20, 2020 · 4 min read · Helm Chart  ·
    Last Modified : Nov 20, 2020
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    Helm chart - How to Add/Install plugins

    Helm is feature rich framework for Kubernetes and it has one more pluggable feature know as Plugins. Helm Charts are build on the principle of pluggable component. Hence Helm community maintains lots of additional plugin to ease out day to day operations. You can check list of plugins here - Helm Chart Plugins In this …


    Read More
  • Getting Started with Helm Chart

    calendar Nov 7, 2020 · 8 min read · Helm Chart  ·
    Last Modified : Nov 7, 2020
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    Getting Started with Helm Chart

    Helm charts are configuration ymls which are used for managing the Kubernetes resources. In the production environment where you are managing lots of Kubernetes resources then Helm Chart can be very helpful to manage those Kubernetes resources because managing each Kubernetes resource can be a little cumbersome and …


    Read More
  • CI/CD Kubernetes | Setting up CI/CD Jenkins pipeline for kubernetes

    calendar Oct 20, 2020 · 12 min read · Kubernetes  ·
    Last Modified : Dec 8, 2020
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    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  ·
    Last Modified : Dec 8, 2020
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    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  ·
    Last Modified : Jun 5, 2021
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    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  ·
    Last Modified : Dec 8, 2020
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    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  ·
    Last Modified : Dec 8, 2020
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    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
    • ««
    • «
    • 14
    • 15
    • 16
    • 17
    • 18
    • »
    • »»

Categories

TERRAFORM 63 DOCKER 28 KUBERNETES 26 AWS 13 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 AWS13 BLOGGING6 DEVOPS1 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 2 JENKINS 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

  • Ansible Handlers Explained Real-World Use Cases & Examples?
  • Securing Sensitive Data in Terraform
  • Boost Your AWS Security with Terraform : A Step-by-Step Guide
  • How to Load Input Data from a File in Terraform?
  • Can Terraform be used to provision on-premises infrastructure?
  • Fixing the Terraform Error creating IAM Role. MalformedPolicyDocument Has prohibited field Resource
  • In terraform how to handle null value with default value?
  • Terraform use module output variables as inputs for another module?

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