Crafted by Jhooq
open-menucloseme
Home
Ansible
Kubernetes
Terraform
YouTube
Learn
About
Contact
English Português
githubtwitterlinkedinrss
  • How to fix – ansible_memtotal_mb minimal_master_memory_mb

    calendarMay 11, 2020 · 2 min read · Kubernetes  ·
    Last Modified : May 11, 2020
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh

    ansible_memtotal_mb = minimal_master_memory_mb I faced this issue during Kubernetesinstallation using kubespray. If you are facing a similar issue with your ansible-playbook then it is time to increase the memory of your VMs For kubernetes installation using kubespray, please refer to kubespray – 12 Steps for …


    Read More
  • How to use kubespray – 12 Steps for Installing a Production Ready Kubernetes Cluster

    calendarMay 11, 2020 · 12 min read · kubespray  ·
    Last Modified : Aug 17, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to use kubespray – 12 Steps for Installing a Production Ready Kubernetes Cluster

    Before we jump into the steps of installation, if you are familiar with Puppet, Chef and Ansible (https://github.com/kubernetes-incubator/kubespray) then kubespray is going to be the best choice to set up a Kubernetes cluster. In this article, we will be going through 12 steps starting from setting up vagrant VMs till …


    Read More
  • How to setup kubernetes on CentOS 8 and CentOS 7

    calendarMay 2, 2020 · 7 min read · Kubernetes  ·
    Last Modified : Jul 16, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to setup kubernetes on CentOS 8 and CentOS 7

    This tutorial is for the ones who want to try out the Kubernetes installation on CentOS (This blog post has been updated and kubernetes installation instructions can be used for CentOS 7 as well as CentOS 8). In this article, I have simplified the installation into 15 steps for installing Kubernetes on CentOS …


    Read More
  • 6 Ways to fix : SSL certificate problem: self signed certificate in certificate chain

    calendarMay 1, 2020 · 11 min read · SSL  ·
    Last Modified : May 26, 2023
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    6 Ways to fix : SSL certificate problem: self signed certificate in certificate chain

    You can end with SSL certificate problem: self signed certificate in certificate chain in multiple cases but with my experience these are the most common scenario (Click on individual scenarios for more details) - Scenario 1 - Git Clone - Unable to clone remote repository: SSL certificate problem: self signed …


    Read More
  • How to fix – How to fix - ERROR Swap running with swap on is not supported. Please disable swap

    calendarApr 24, 2020 · 1 min read · Kubernetes  ·
    Last Modified : Apr 24, 2020
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    How to fix – How to fix - ERROR Swap running with swap on is not supported. Please disable swap

    The root cause for the error is swapping is on master as well as worker node. Fixing the error Step 1 - Disable the swap on both master and worker node (please run the below command on both master and worker node) 1vagrant@master:~$ sudo swapoff -a Step 2 - After disabling the swap, re-run the kubeadm init …


    Read More
  • 14 Steps to Install kubernetes on Ubuntu 20.04(bento/ubuntu-20.04), 18.04(hashicorp/bionic64)

    calendarApr 24, 2020 · 8 min read · Kubernetes  ·
    Last Modified : May 1, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    14 Steps to Install kubernetes on Ubuntu 20.04(bento/ubuntu-20.04), 18.04(hashicorp/bionic64)

    (Note : - This article has been updated for installing kubernetes on ubuntu 20.04) In this article on How to Install kubernetes on Ubuntu 20.04 and18.04 we are going to setup Kubernetes cluster along with kubeadm on Ubuntu 20.04 (The same steps can be used for the Ubuntu 18.04 as well as 16.04) We will start setting up …


    Read More
  • Quarkus Security Securing rest api with HTTPS

    calendarApr 15, 2020 · 2 min read · Quarkus  ·
    Last Modified : Apr 15, 2020
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    Quarkus Security Securing rest api with HTTPS

    Quarkus is no doubt one the most super-fast framework for developing the Cloud Native java application. If you have worked with Spring Boot application than I think you are gonna love Quarkus because of its simplicity, super-fast boot time and extremely low memory usage. For the beginner, I would highly recommend going …


    Read More
  • java.lang.IllegalStateException: JWTAuthContextInfo has not been initialized. Please make sure that either ‘mp.jwt.verify.publickey’ or ‘mp.jwt.verify.publickey.location’ properties are set

    calendarApr 6, 2020 · 1 min read · Quarkus  ·
    Last Modified : Apr 6, 2020
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    java.lang.IllegalStateException: JWTAuthContextInfo has not been initialized. Please make sure that either ‘mp.jwt.verify.publickey’ or ‘mp.jwt.verify.publickey.location’ properties are set

    It is quite evident from the exception (java.lang.IllegalStateException: JWTAuthContextInfo has not been initialized) that your are missing following key properties inside your application.properties 1mp.jwt.verify.publickey.location or 1mp.jwt.verify.publickey Resolution Step 1 : Define …


    Read More
  • Run Quarkus inside docker | Dockerizing a Quarkus Application

    calendarMar 26, 2020 · 4 min read · Quarkus  ·
    Last Modified : Mar 26, 2020
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    Run Quarkus inside docker | Dockerizing a Quarkus Application

    Run Quarkus inside docker container This article will guide you through building Docker image for Quarkus application and to run Quarkus application inside the docker container. What you are building You are building docker image for Quarkus. Docker is a lightweight Linux container for running applications in a …


    Read More
  • 6 Ways to fix – Docker COPY failed: stat no source files were specified

    calendarMar 18, 2020 · 5 min read · Docker  ·
    Last Modified : Jul 13, 2021
    Share on: twitterfacebooklinkedincopy
    Author :  Rahul Wagh
    6 Ways to fix – Docker COPY failed: stat no source files were specified

    Docker COPY failed: stat no source files were specified This error I would consider one of the most basic errors which any developer can face during the initial days of Docker learning and the error Docker COPY failed: stat no source files were specified or docker copy failed no such file or directory is caused when …


    Read More
    • ««
    • «
    • 16
    • 17
    • 18
    • 19
    • 20
    • »
    • »»

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