• 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 secure Kubernetes cluster ? Why etcd backup is important ?

August 20, 2023 By Cloud_Devops Leave a Comment

etcd kubernetes

Securing etcd in a Kubernetes cluster is crucial as etcd is a distributed key-value store that holds the cluster’s configuration data, including sensitive information. It acts as a reliable and highly available database that stores information about the cluster’s configuration, its current state, and metadata. What “etcd” does in kubernetes ? 1. Configuration Data Store: […]

Filed Under: AWS, Backup, Cloud, DevOps, kubernetes, Linux, Microsoft Tagged With: DevOps, kubernetes

Kubernetes: How Blue-Green Deployment works?

April 30, 2023 By Cloud_Devops 1 Comment

Kubernetes Blue Green Deployments

Blue-green deployment involves simultaneously operating two application environments within a production cluster. In this deployment approach, the stable version of the application is deployed in the first environment (blue), while the new version is deployed in the second environment (green). By default, Kubernetes performs a rolling update of a deployment. As part of the rollout […]

Filed Under: AKS, DevOps, Docker, EKS, kubernetes Tagged With: AKS, Cloud, DevOps, EKS, K8s, kubernetes, Microservices

How to get root access on the docker host filesystem?

February 7, 2023 By Cloud_Devops Leave a Comment

Docker Privilege escalation - mount filesystem as root

How to gain root access to the host filesystem in a Docker environment when you don’t have root or “sudo” privileges on the host? Since many Kubernetes systems still run on Docker and a transition to Podman is ongoing, this article provides a solution to allow access to the host filesystem with root privileges from […]

Filed Under: DevOps, Docker, kubernetes Tagged With: AKS, AWS, Azure, Containers, DevOps, Docker, EKS, GKE, kubernetes

Kubernetes – How to cleanup the failed pods from all namespaces ?

February 3, 2023 By Cloud_Devops 1 Comment

k8s - Delete the failed pods

In the Kubernetes environment, we could often see that pods might fail due to various reasons. Most of the time, it could be related to config issues or capacity-related issues. In such conditions, you could see the pod status could be “pending”, “Crashloopbackoff”, “evicted”, “Failed”, “ContainerCannotRun”, “Error”, “ContainerCreating” etc. As a DevOps engineer, you need […]

Filed Under: AKS, EKS, GKE, kubernetes, Openshift Tagged With: AKS, AWS, Azure, Container, DevOps, Docker, EKS, kubernetes, Openshift, Pods, Redhat

How to login to Docker Container/Pods ? Kubernetes/OpenShift

January 15, 2023 By Cloud_Devops Leave a Comment

Access Login - Container-Kubernetes

Container is a lightweight, standalone, and executable package of software that includes everything needed to run a piece of software, including the code, a runtime, system tools, libraries, and settings. containers are built from images, which are essentially snapshots of a container at a specific point in time. Docker is most widely used container solution […]

Filed Under: DevOps, Docker, kubernetes, Linux, Openshift Tagged With: AKS, AWS, Azure, Cloud, Container, DevOps, Docker, EKS, kubernetes, Pods

Kubernetes (k8s)- Disaster Recovery Strategies

January 10, 2023 By Cloud_Devops Leave a Comment

K8s DR Strategies

A disaster recovery (DR) strategy is a plan for maintaining and recovering critical systems and data in the event of a disaster or other interruption. Kubernetes (also known as K8s) is a popular open-source container orchestration system that allows users to automate containerized applications’ deployment, scaling, and management. A disaster recovery (DR) test is important […]

Filed Under: Cloud, DevOps, Disaster Recovery, kubernetes, Openshift Tagged With: AKS, Cloud, DevOps, EKS, GKE, kubernetes, Openshift

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

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

« Previous Page
Next Page »

Primary Sidebar

Follow UnixArena

  • Facebook
  • LinkedIn
  • Twitter

Copyright © 2025 · UnixArena ·