• 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

DevOps

Openshift secure route TLS – Is it possible to use secrets?

December 5, 2022 By Cloud_Devops 3 Comments

FQDN - TLS Certificate - OCP Route - Cert-utils Operator

The OpenShift Container Platform provides multiple options to provide access to external clients. The route is one of the methods to provide the access to external clients. We can enable TLS termination on route to encrpt the data sent over to the external clients. We need to update the valid certificate and private key in […]

Filed Under: DevOps, kubernetes, Openshift Tagged With: DevOps, kubernetes, Openshift

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

Quick vi editor hacks for DevOps Engineers

November 8, 2022 By Cloud_Devops Leave a Comment

Convert the text to UPPER case - vi editor

DevOps engineers have to work on a wide range of toolsets to meet the organization’s requirements. In the DevOps role, one tool is going to stay forever to make an engineer’s life simple and more powerful. As the article heading says, it is “vi” editor. The “vi” editor is created by Bill Joy in 1976 […]

Filed Under: Cloud, DevOps, Linux, Linux - How to ? Tagged With: Ansible, Cloud, DevOps, Linux, RHEL7

Best Backup Software for Hyper-V/VMware environments

November 7, 2022 By Cloud_Devops Leave a Comment

vembu BDRSuite

Microsoft Hyper-V is one of the popular hypervisors in modern data centers. It helps to host multiple virtual machines in single physical hardware to save space and power. Hyper-V provides flexibility to operate your workload in your private cloud environment in the most efficient way. It also supports the VDI environment which provides a centralized […]

Filed Under: Altaro VMBackup, Backup, Cloud, Microsoft, Nakivo, Veeam, Vembu BDR, VM Backup, VMware Tagged With: AWS, Azure, DevOps, Linux, RHEL7, VM backup, VMware, VMware vSphere, Windows

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

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

« Previous Page
Next Page »

Primary Sidebar

Follow UnixArena

  • Facebook
  • LinkedIn
  • Twitter

Copyright © 2025 · UnixArena ·