Jhooq
open-menu closeme
Home
Ansible
Kubernetes
Terraform
YouTube
About
Contact
English Português
github twitter linkedin rss
  • Delete Kubernetes POD stuck in terminating state?

    calendar Dec 8, 2021 · 7 min read  ·
    Share on: twitter facebook linkedin copy
    Delete Kubernetes POD stuck in terminating state?

    The deletion of the Kubernetes POD depends on many factors, before you execute the kubectl delete pod command you should go through the following checkpoint - Is the container associated with POD still running? Are there any active Kubernetes deployment associated with POD? Check if the POD persistent volume and …


    Read More
  • How to Delete PV(Persistent Volume) and PVC(Persistent Volume Claim) stuck in terminating state?

    calendar Dec 7, 2021 · 5 min read  ·
    Share on: twitter facebook linkedin copy
    How to Delete PV(Persistent Volume) and PVC(Persistent Volume Claim) stuck in terminating state?

    The deletion of PV(Persistent Volume) and PVC(Persistent Volume claim) is pretty much dependent on the Delete reclaim policy. When you are planning to delete the Persistent Volume as well as Persistent Volume Claim then you must follow an order - First delete - Persistent Volume Claim Second delete- Persistent Volume …


    Read More
  • Securing AWS secrets using HashiCorp Vault with Terraform?

    calendar Dec 5, 2021 · 11 min read  ·
    Share on: twitter facebook linkedin copy
    Securing AWS secrets using HashiCorp Vault with Terraform?

    For managing the cloud resources(EC2, S3 Bucket) on AWS you need to supply the AWS secrets(region, access_key, secret_key) inside the terraform file. You can use the plain text AWS Secrets inside your terraform file and it should work fine. But from the security standpoint, it is strongly discouraged to use plain text …


    Read More
  • How to fix docker error executable file not found in $PATH?

    calendar Nov 25, 2021 · 3 min read  ·
    Share on: twitter facebook linkedin copy
    How to fix docker error executable file not found in $PATH?

    You might have encountered the error executable file not found in $PATH when you are trying to run your docker container. There could be many reasons for an error like this. But in simple words, the docker can not find the binary which you want to run inside the docker container. Let's take some examples to identify …


    Read More
  • How to download entire S3 bucket?

    calendar Nov 20, 2021 · 9 min read  ·
    Share on: twitter facebook linkedin copy
    How to download entire S3 bucket?

    Amazon offers S3 Bucket where S3 is a short form of Simple Storage Service which can be used for text, images, web applications, data lake, and many more in a cost-effective way. Amazon AWS service provides GUI for managing S3 bucket which includes - Viewing S3 Bucket content Uploading the content to S3 bucket …


    Read More
  • Share kubernetes secrets between namespaces?

    calendar Nov 12, 2021 · 4 min read  ·
    Share on: twitter facebook linkedin copy
    Share kubernetes secrets between namespaces?

    Kubernetes secrets are API objects which can only be referenced by POD, so if you are working in multiple namespaces then you can not share the same kubernetes secrets. Although it is possible to copy the same kubernetes into the desired namespace. Create kubernetes namespace testns1 In this blog post we are going …


    Read More
  • How to use Kubernetes secrets?

    calendar Nov 8, 2021 · 10 min read  ·
    Share on: twitter facebook linkedin copy
    How to use Kubernetes secrets?

    Before we jump onto kubernetes secrets let’s first try to understand What is Secret? - Secret is sensitive information which can not be written in a plain text or shared with others. The best example of Secrets would be the password. But Why do we need to use Kubernetes Secret? - Running a bare minimum kubernetes …


    Read More
  • Validating Kubernetes Configurations with Datree

    calendar Nov 8, 2021 · 9 min read  ·
    Share on: twitter facebook linkedin copy
    Validating Kubernetes Configurations with Datree

    Working with Kubernetes is fun when your Kubernetes cluster is up and your nodes are working as you expected. But as a DevOps enthusiast who follows the principles of Continuous Integration and Continuous Delivery, you are aware that new changes or feature requests are always coming through the Jenkins Pipeline, and …


    Read More
  • How to delete all kubernetes PODS?

    calendar Oct 24, 2021 · 5 min read  ·
    Share on: twitter facebook linkedin copy
    How to delete all kubernetes PODS?

    In kubernetes cluster we always creat and delete kubernetes PODS. PODS lifecycle is very short and it is very often that kubernetes creat a replica of a POD to provide maximum availability across the kubernetes cluster. But considering the need, a developer might need to delete POD manually because of POD getting stuck …


    Read More
  • kubernetes pods getting recreated?

    calendar Oct 22, 2021 · 7 min read  ·
    Share on: twitter facebook linkedin copy
    kubernetes pods getting recreated?

    One day I was working with my local kubernetes cluster which I set up using Kubespray and inside my Kubernetes cluster, I was trying to deploy my docker container. Since it was a local Kubernetes cluster so I had done a couple of Kubernetes deployments before also but after each deployment, I was deleting the …


    Read More
    • ««
    • «
    • 4
    • 5
    • 6
    • 7
    • 8
    • »
    • »»

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