Jhooq
open-menu closeme
Home
Ansible
Kubernetes
Terraform
YouTube
About
Contact
English Português
github twitter linkedin rss
  • Terraform Guide - Docker Containers & AWS ECR(elastic container registry)?

    calendar Sep 28, 2022 · 12 min read  ·
    Last Modified : Sep 28, 2022
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    Terraform Guide - Docker Containers & AWS ECR(elastic container registry)?

    Terraform is the most popular IaC(Infrastructure as Code) tool for provisioning your cloud infrastructure on AWS, GCP and Azure. Terraform capabilities are not limited to cloud infrastructure instead you can use Terraform for other container infrastructure provisioning also. In this blog post, we will take a look at …


    Read More
  • How to generate SSH key in Terraform using tls_private_key?

    calendar Sep 19, 2022 · 6 min read  ·
    Last Modified : Sep 19, 2022
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    How to generate SSH key in Terraform using tls_private_key?

    The Terraform's module tls_private_key can help you to generate the TLS Private key. Here is what happens when you use Terraform's tls_private_key module - At first you generate RSA or ECDAS private key. After generating the private key we need to encode the private key as PEM file. After that tls_private_key module …


    Read More
  • How to fix-Terraform Error acquiring the state lock ConditionalCheckFiledException?

    calendar Sep 12, 2022 · 3 min read  ·
    Last Modified : Sep 12, 2021
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    How to fix-Terraform Error acquiring the state lock ConditionalCheckFiledException?

    It might be possible that you are in the middle of running terraform plan or terraform apply command but unfortunately, you ended up with the error - Error locking state: Error acquiring the state lock: ConditionalCheckFailedException: The conditional request failed. Here is one of the same errors which I have faced …


    Read More
  • Terraform Template - A complete guide?

    calendar Sep 9, 2022 · 7 min read  ·
    Last Modified : May 9, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    Terraform Template - A complete guide?

    In this blog post, we are gonna talk about Terraform templates we are just gonna cover the six topics for Terraform template - What is Terraform template and what's the importance of Terraform template What is the extension by which you can save your Terraform template Project structure and Terraform template location …


    Read More
  • Fixing terraform x509 certificate signed by unknown authority?

    calendar Sep 7, 2022 · 4 min read  ·
    Last Modified : Sep 7, 2022
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    Fixing terraform x509 certificate signed by unknown authority?

    The error x509: certificate signed by unknown authority is a very common problem faced by developers. terraform x509: certificate signed by unknown authority There are many reasons behind this issue - self-signed certificate not issued by a trusted certificate authority (CA) Expiration of the current certificate …


    Read More
  • Learn $ grep command with 15 examples

    calendar Sep 5, 2022 · 11 min read  ·
    Last Modified : Sep 5, 2022
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    Learn $ grep command with 15 examples

    In this blog post we are gonna talk about one of the most basic command of linux which is grep, also we are going to see the 15 different examples on "How to use grep?". It doesn't matter you are an experienced developer or you are just a beginner out of these 15 examples you're just gonna learn something …


    Read More
  • AWS S3 - How to host static website?

    calendar Aug 24, 2022 · 10 min read  ·
    Last Modified : Aug 24, 2022
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    AWS S3 - How to host static website?

    Websites differ in the type of content they offer. The content can be divided into two categories, static and dynamic. A website built on static content consists of - HTML files Images Javascript CSS And it does not change based on user interaction. No matter how many times a user visits a static website, the content …


    Read More
  • AWS ECS & Fargate - How to deploy docker container

    calendar Aug 17, 2022 · 6 min read  ·
    Last Modified : May 9, 2023
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    AWS ECS & Fargate - How to deploy docker container

    When developers are working to containerize an application, there are several steps involved. Getting the source code ready is merely half the job done. To package it in a container and get it into a runnable state, a developer will need to build a Dockerfile, which will contain all the necessary packages, runtimes, …


    Read More
  • How to push Docker Images to AWS ECR(Elastic Container registry)?

    calendar Aug 2, 2022 · 11 min read  ·
    Last Modified : Oct 2, 2022
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    How to push Docker Images to AWS ECR(Elastic Container registry)?

    Docker is all about containerizing your applications. For a developer, running containers locally through docker can be a bit overwhelming as there are multiple dimensions involved, such as ensuring that containers can communicate over a network, provisioning persistent storage, pushing, pulling, and copying images …


    Read More
  • How to Copy Docker images from one host to another host?

    calendar Jul 27, 2022 · 6 min read  ·
    Last Modified : Jul 27, 2022
    Share on: twitter facebook linkedin copy
    Author :  Rahul Wagh
    How to Copy Docker images from one host to another host?

    Docker uses prebuilt images to run containers. If there's a need to run a particular container on multiple hosts, we first need to ensure that the required container image is present on all hosts. The container images can vary in size and their actual size depends upon the type of packages present in the container. If …


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

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