PROGRESSIVE CODERPROGRESSIVE CODER
  • Become a Pro!
  • Areas
    • Software Design and Architecture
      • Software Architecture
        • Microservices
        • Domain Driven Design
        • Event Driven Architecture
        • Monolithic Architecture
    • Cloud computing and DevOps
      • Platforms
        • AWS
      • Containerization and Orchestration
        • Docker
        • Docker Compose
        • Kubernetes
        • OpenShift
      • Infrastructure as Code
        • Terraform
      • Message Queuing and Streaming
        • Kafka
        • RabbitMQ
      • Caching and Performance
        • Redis
    • Programming Languages and Frameworks
      • Data Structures and Algorithms
      • Languages
        • Java
        • Rust
        • Golang
        • Python
      • Frameworks
        • Spring Boot
        • Spring Cloud
        • Axon Framework
        • NodeJS
        • ExpressJS
        • NestJS
        • Fastify
        • FastAPI
        • KoaJS
        • Deno
      • Integration
  • Blog
  • About

Kubernetes

Blog

How to use the Kubernetes Replication Controller?

In Kubernetes, a pod can disappear for any reason. It can get evicted from the node. In fact, even the entire node can disappear from the cluster because of something as trivial as a network issue. And yet, it is vital that our applications continue running. For unmanaged pods, Kubernetes Read more…

By Saurabh Dashora, 3 weeks3 weeks ago
Blog

How to setup Kubernetes Liveness Probe to handle health checks?

Applications can be fickle-minded beasts. They can keep running against all odds but can also crash and burn down when you least expect them to. It is not for nothing that software developers dread the infamous late-night support calls. Applications always go down when you don’t want them to. Moreover, Read more…

By Saurabh Dashora, 3 weeks3 weeks ago
Blog

Why Kubernetes Pods and how to create a Pod Manifest YAML?

If you are planning to start with Kubernetes, chances are that Pods are the first things you’ll encounter. However, there is an inherent confusion about the role of Pods when compared to plain-old Docker containers. Why do you need Kubernetes Pods? And how to create a Pod anyway? These are Read more…

By Saurabh Dashora, 4 weeks3 weeks ago
Blog

Understanding Sidecar Design Pattern with Kubernetes Pod

Sidecar pattern is a design approach in which application responsibilities are segregated into a separate process. Basically, this pattern allows us to add more capabilities to an applicational without additional addition of third-party components. In this post, we will look at Sidecar Design Pattern with a Kubernetes Pod deployment. However, Read more…

By Saurabh Dashora, 5 months5 months ago
Blog

Understanding the Kubernetes Service YAML Parameters

In the previous post, we did a walk-through of the Kubernetes Pod YAML file. In this post, we will do the same for Kubernetes Service YAML file. Basically, we will walk-through the various parameters in the Service YAML file. So without wasting any time, let’s dive in. 1 – Revisiting Read more…

By Saurabh Dashora, 3 years2 months ago
Blog

Understanding the Kubernetes Pod YAML Parameters

In the previous post, we used Kubectl to create a Kubernetes Pod using YAML file. In this post, we will understand the Kubernetes Pod YAML parameters in detail. Basically, we will look at every line in our YAML file and describe what it does in the overall scheme of things. Read more…

By Saurabh Dashora, 3 years2 months ago
Blog

Kubernetes Create Pod using Kubectl and YAML Tutorial

In this post, we will write a Kubernetes Create Pod YAML file to spawn a new pod using Kubectl. If you are new to Kubernetes, you can go through my introduction to Kubernetes post. In a nutshell, Kubernetes is a container orchestration system. We will also be using Docker images Read more…

By Saurabh Dashora, 3 years2 months ago
Blog

Intro to Kubernetes – A Container Orchestration System

In this post, we will have an Intro to Kubernetes. Basically, a high-level view of Kubernetes and what it intends to do. In an earlier post, we had also looked at difference between Docker and Kubernetes. In a nutshell, Kubernetes is a production-ready modern container orchestration system. It is ideal Read more…

By Saurabh Dashora, 3 years2 months ago
Blog

The Hidden Relation between Docker, Kubernetes and OpenShift

At face value, Docker, Kubernetes and OpenShift don’t appear to be related. Other times, they appear to be competing with each other. Docker vs Kubernetes. Kubernetes vs OpenShift. These debates often come up from time to time. However, in reality, these three platforms come together in wonderful harmony. The hidden Read more…

By Saurabh Dashora, 4 years2 months ago
Recent Posts
  • A Guide to NestJS Fundamentals
  • How to use the Kubernetes Replication Controller?
  • How to setup Kubernetes Liveness Probe to handle health checks?
  • Why Kubernetes Pods and how to create a Pod Manifest YAML?
  • Terraform Workspaces – Manage Multiple Environments
Categories
Recent Posts
  • A Guide to NestJS Fundamentals March 11, 2023
  • How to use the Kubernetes Replication Controller? February 20, 2023
  • How to setup Kubernetes Liveness Probe to handle health checks? February 15, 2023
Links
  • About
  • Subscribe
  • Privacy Policy

  • About
  • Subscribe
  • Privacy Policy
Created my free logo at LogoMakr.com