• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

UnixArena

  • Home
  • Discover DevOps Tools
  • kubernetes
  • DevOps
    • Terraform
    • Jenkins
    • Docker
    • Openshift
      • OKD
    • Ansible engine
    • Ansible Tower
      • AWX
    • Puppet
  • Cloud
    • Azure
    • AWS
    • Openstack
    • Docker
  • VMware
    • vCloud Director
    • VMware-Guests
    • Vcenter Appliance 5.5
    • vC OPS
    • VMware SDDC
    • VMware vSphere 5.x
      • vSphere Network
      • vSphere DS
      • vShield Suite
    • VMware vSphere 6.0
    • VSAN
    • VMware Free Tools
  • DevOps Instructor-led Training
  • Contact

kubernetes

How to expose service on the Openshift? Enable TLS secure route?

November 13, 2022 By Cloud_Devops Leave a Comment

OpenShift route

Openshift provides multiple options to expose the application to external traffic. When you deploy a pod in openshift, kubernetes allocates the internal IP address for each pod. If you are deploying an nginx container to serve the webpage, the nginx pod will have a unique internal IP address but it can’t be accessed outside the […]

Filed Under: DevOps, kubernetes, Openshift Tagged With: DevOps, Ingress, K8s, kubernetes, LoadBalancers, Node Port, Openshift, Secure route, TLS

kubernetes – Traefik Middlewares – Part 5

October 18, 2022 By Cloud_Devops Leave a Comment

Middleware - traefik

Middleware helps to tweak the requests before reaching the actual service in kubernetes. Traefik support multiple middleware and one can use them depending on their needs. Some of the middleware helps with basic authentication, and some of the middleware helps with redirection. Middleware also helps to modify the request headers for incoming requests. The following […]

Filed Under: DevOps, Ingress, kubernetes, Middleware, traefik Tagged With: BasicAuth, DevOps, Ingress, kubernetes, Middleware, traefik

kubernetes traefik –  Managing TLS Certificates – Part 4

October 18, 2022 By Cloud_Devops Leave a Comment

Kubernetes cluster - TLS - Lets encrypt

How to configure HTTPS for your applications on the Kubernetes cluster? How to manage TLS certificates using traefik? Traefik proxy is a very popular ingress controller in kubernetes environments. It supports both HTTPS (router) and TLS connections. This article explains how to configure TLS connection and obtain TLS certificates dynamically using pebble (Only for the […]

Filed Under: DevOps, Ingress, kubernetes, Microservices, Security, traefik Tagged With: DevOps, Ingress, kubernetes, Security, TLS, traefik

Kubernetes – Setup Dynamic NFS Storage Provisioning – helm

October 17, 2022 By Cloud_Devops Leave a Comment

NFS-Provisioner-Kubernetes

Dynamic volume provisioning helps to reduce manual efforts by provisioning volumes dynamically. If you do not have dynamic volume provisioning, admins might end up creating the volumes manually and create PersistentVolume to represent in Kubernetes for storage. To enable dynamic storage provisioning, we need to create a storage class with the provisioner. The provisioner is […]

Filed Under: K8s Storage, kubernetes Tagged With: DevOps, K8s, kubernetes, NFS, NFS Subdirectory External Provisioner, Storage, volume

kubernetes ingress controller using traefik – Part 3

September 22, 2022 By Cloud_Devops Leave a Comment

traefik dashboard

Kubernetes ingress is an API object that manages the external access to the kubernetes services. It provides routing rules to provide external users access to the services in a Kubernetes cluster, typically via HTTPS/HTTP. Ingress helps to provide an easy method to access the services without creating multiple load balancers or using the NodePort. In […]

Filed Under: DevOps, Ingress, kubernetes, traefik Tagged With: DevOps, Ingress, Ingress Controller, kubernetes, Load Balancer

Kubernetes bare-metal load balancer – MetalLB deployment – Part 2

September 19, 2022 By Cloud_Devops 1 Comment

K8s - LoadBalancer - MetalLB

How to install and configure the MetalLB load balancer on the Kubernetes cluster? MetalLB uses a standard routing protocol to provide a network load-balancing solution for bare metal kubernetes clusters. Kubernetes doesn’t offer any network load balancers for bare-metal implementation. It does have peace to code to call the Cloud network load balancers if you […]

Filed Under: CKA Exam, kubernetes, Load Balancer, MetalLB Tagged With: Expose Service, Ingress, K8s, kubernetes, Load Balancer, MetalLB

How to build a docker image using Dockerfile?

September 17, 2022 By Cloud_Devops Leave a Comment

Docker Image_v2

In this article, I will walk you through the various methods of building docker images and updating the existing image. Docker has played a major role in the microservice revolution. In today’s world, all the new application development targets the container environment to speed up the release cycle. In the containerized environment, changes are frequently […]

Filed Under: Automation, Cloud, DevOps, Docker, kubernetes Tagged With: Automation, Cloud, DevOps, Docker, K8s, kubernetes

Kubernetes in a docker – Explore “Kind” k8s cluster tool

September 10, 2022 By Cloud_Devops Leave a Comment

kind - k8s

kind is primarily testing the kubernetes cluster locally with very minimal resources. Kind – Kubernetes in docker spins up the docker container as a node. If you are new to Kubernetes and looking for a k8s environment to practice, kind is the right tool. Minikube is another famous kubernetes available for developers and testing. Minikube […]

Filed Under: DevOps, Kind, kubernetes Tagged With: DevOps, K8s, kind, kubernetes

Prepare like a Pro – Certified Kubernetes Administrator (CKA) – exam & study tips

September 7, 2022 By Cloud_Devops Leave a Comment

CKA

Cloud-native computing foundation (CNCF) issues CKA and CKD certifications in collaboration with the Linux foundation. Certified Kubernetes Administrator (CKA) is primarily for DevOps engineers and Kubernetes cluster administrators. CKD is primarily for developers. Like most of the RedHat examinations, CKA is a practical online exam and problems need to be solved in the Linux command […]

Filed Under: CKA Exam, kubernetes, Minikube Tagged With: AKS, AWS, CKA, Cloud, DevOps, EKS, EXAM, kubernetes, Linux Foundation, Openshift

Kubernetes Storage – Dynamic NFS-Client Provisioner

April 28, 2022 By Cloud_Devops 2 Comments

NFS-Provisioner-K8s Kubernetes

NFS subdir external provisioner is an automatic provisioner that uses your existing and already configured NFS server to support dynamic provisioning of Kubernetes Persistent Volumes via Persistent Volume Claims. This article will walk you through how to deploy NFS Subdir External Provisioner to the k8s cluster and create the PV using the NFS backend storage. We just need […]

Filed Under: Cloud, DevOps, K8s Storage, kubernetes, Microservices Tagged With: Cloud, DevOps, K8s, kubernetes, NFS, Storage

« Previous Page
Next Page »

Primary Sidebar

Follow UnixArena

  • Facebook
  • LinkedIn
  • Twitter

Copyright © 2025 · UnixArena ·