Jhooq
open-menu closeme
Home
Kubernetes
Terraform
YouTube
About
Contact
English Português
github twitter linkedin rss
  • How to fix – ansible_memtotal_mb minimal_master_memory_mb

    calendar May 11, 2020 · 2 min read · Kubernetes  ·
    Share on: twitter facebook linkedin copy

    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 setup kubernetes on CentOS 8 and CentOS 7

    calendar May 2, 2020 · 7 min read · Kubernetes  ·
    Share on: twitter facebook linkedin copy
    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
  • How to fix – How to fix - ERROR Swap running with swap on is not supported. Please disable swap

    calendar Apr 24, 2020 · 1 min read · Kubernetes  ·
    Share on: twitter facebook linkedin copy
    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)

    calendar Apr 24, 2020 · 8 min read · Kubernetes  ·
    Share on: twitter facebook linkedin copy
    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
  • Kubernetes Dashboard | Kubernetes Admin GUI | Kubernetes Desktop Client

    calendar Jun 17, 2019 · 10 min read · kubernetes  ·
    Share on: twitter facebook linkedin copy
    Kubernetes Dashboard | Kubernetes Admin GUI | Kubernetes Desktop Client

    Kubernetes comes really handy with its Kubernetes Dashboard| Kubernetes Admin GUI|Kubernetes Desktop Client. kubernetes dashboard is a general purpose web-based UI for managing the Kubernetes cluster. With the help of Kubernetes dashboard you can manage applications running in the cluster as well as it can help you to …


    Read More
  • Install Kubernetes with Minikube

    calendar Jun 9, 2019 · 5 min read · kubernetes  ·
    Share on: twitter facebook linkedin copy
    Install Kubernetes with Minikube

    This article on Install Kubernetes with Minikube will walk you through the steps which is required to install and setup kubernetes and minikube on your development box. Kubernetes is an open-source platform which helps in managing containers which is used to deploy the applications, with kubernetes you can scale and …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • »
    • »»

Categories

TERRAFORM 31 KUBERNETES 26 DOCKER 20 HELM-CHART 11 BLOGGING 6 SPRING-BOOT 5 QUARKUS 4 SSL 4 AWS 3 GITHUB 3 KUBESPRAY 3 PROMETHEUS-GRAFANA 3 VAGRANT 3 NGINX 2
All Categories

ANSIBLE1 AWS3 BLOGGING6 DEVOPS1 DOCKER20 GITHUB3 GRADLE1 HADOOP1 HELM-CHART11 HIBERNATE1 KUBERNETES26 KUBESPRAY3 NGINX2 PROMETHEUS-GRAFANA3 QUARKUS4 SPRING-BOOT5 SSL4 TERRAFORM31 VAGRANT3
[A~Z][0~9]

Series

TERRAFORM 30 KUBERNETES 27 DOCKER 20 HELM-CHART 11

Tags

KUBERNETES 18 HELM-CHART 10 BLOGGING 4 QUARKUS 4 DOCKER 3 GITHUB 3 SSL 3 KUBESPRAY 2 SPRING-BOOT 2 HADOOP 1 INDEX 1 NGINX 1 TERRAFORM 1

Recent Posts

  • Install Ansible on MacOS, Windows, Ubuntu(debian) and Fedora(rpm) - Part 1
  • How to deploy site to Netlify manually and How to automate site deployment using FTP on other hosting service provider?
  • Fixing the Hugo Theme on Netlify Hosting?
  • What is persistent storage in docker and how to manage it
  • Docker Installation on MacOS, Linux and Windows
  • How to set up Netlify CMS for static website?
  • Hosting a website on Netlify
  • How to use Terragrunt?

Rahul Wagh

Its all about Open Source and DevOps, here I talk about Kubernetes, Docker, Java, Spring boot and practices.
Read More


Jhooq

Copyright  JHOOQ. All Rights Reserved

to-top