• 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

DevOps Workflow

January 17, 2025 By Cloud_Devops Leave a Comment

DevOps Workflow

What is DevOps? DevOps is a collaborative approach that bridges the gap between development and operations teams, enabling faster and more reliable delivery of software. It emphasizes automation, continuous integration, and streamlined processes to enhance productivity and efficiency. This interactive workflow showcases the key steps in a DevOps pipeline, from creating a Git repository to […]

Filed Under: DevOps, DevOps Tools Tagged With: Ansible, Cloud, DevOps, kubernetes

How to Pass the CKS Exam: Questions and Answers You Need to Know

October 4, 2024 By Cloud_Devops 1 Comment

The Certified Kubernetes Security Specialist (CKS) certification is a highly regarded credential designed for professionals who want to demonstrate their expertise in securing Kubernetes environments. The certification is provided by the Cloud Native Computing Foundation (CNCF) in collaboration with The Linux Foundation. Key Aspects of the CKS Certification: 1. Target Audience: 2. Skills Validated: 3. […]

Filed Under: DevOps, kubernetes Tagged With: CKS, CNCF, DevOps, kubernetes, Linux Foundation

How to patch kubernetes existing deployment? How to roll back?

January 22, 2024 By Cloud_Devops Leave a Comment

Kubernetes - deployment patch - roll back

Patching a Kubernetes deployment involves making updates or changes to an existing deployment. This can be useful for various reasons, such as fixing bugs, applying security updates, introducing new features, or making configuration changes. Kubernetes provides several mechanisms to patch deployments, and the choice depends on the nature of the changes you want to make. […]

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

kubernetes – How to enable tanzu on VMware vSphere?

December 7, 2023 By Cloud_Devops Leave a Comment

vSphere +k8s = Tanzu

VMware Tanzu is a portfolio of products and services designed to help organizations build, run, and manage modern applications on Kubernetes. VMware Tanzu provides tools and solutions that enable enterprises to embrace containerization, microservices architecture, and cloud-native application development practices. It is part of VMware’s vision for supporting modern application development and deployment in a […]

Filed Under: DevOps, DevOps Tools, VMware Tagged With: Cloud, DevOps, kubernetes, VMware

k8s Certs – How to validate private key and TLS certificate?

November 30, 2023 By Cloud_Devops Leave a Comment

validate certificate and Private key

In a Kubernetes cluster, certificates are crucial for securing communication between various components. For example, a Kube API server certificate secures communication between the Kubernetes API server and other components. It is used for authenticating and authorizing API requests. This article will help you to validate your private key and certificate. Sometimes, we would miss […]

Filed Under: DevOps, DevOps Tools, kubernetes, Load Balancer, Security Tagged With: Cloud, DevOps, kubernetes

How to renew Kubernetes expired certificates?

November 4, 2023 By Cloud_Devops Leave a Comment

How do you renew the kubernetes expired certificate? Kubernetes uses various certificates for secure communication within the cluster. These certificates are essential for securing communication between various components, such as API servers, kubelets, and etcd. Environment: root@kmaster1:~# kubectl version –shortClient Version: v1.22.0Server Version: v1.22.15root@kmaster1:~# Here are some of the important certificates used in Kubernetes: How […]

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

How do you create a first helm chart? Kubernetes Package Manager

November 3, 2023 By Cloud_Devops Leave a Comment

helm chart

Helm is a package manager for Kubernetes that allows you to define, install, and upgrade even the most complex Kubernetes applications. Helm is one of the most vital tools in DevOps. Kustomize is a built-in tool for Kubernetes that allows you to customize raw, template-free YAML files for multiple purposes, including managing multiple versions of […]

Filed Under: AKS, Cloud, DevOps Tools, EKS, Helm, kubernetes Tagged With: AKS, DevOps, DevOps Tooling, EKS, GKE, helm, K8s, 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

BDRSuite v5.6.0 – Released with Active Directory for Client addition

April 24, 2023 By Cloud_Devops Leave a Comment

BDRSuite v5.6.0

BDRSuite is a software suite designed for backup, disaster recovery, and business continuity purposes. It is typically used by businesses and organizations to protect their critical data and ensure that they can quickly recover from unexpected events, such as hardware failures, cyberattacks, natural disasters, and other disruptions. BDRSuite v5.6.0 released with fluid and clutter-free web […]

Filed Under: AWS, Azure Backup, Backup, Cloud, DevOps, VM Backup, VMware Tagged With: AWS, Azure, Backup, BDRSuite, Cloud, GCP, VMware

« Previous Page
Next Page »

Primary Sidebar

Follow UnixArena

  • Facebook
  • LinkedIn
  • Twitter

Copyright © 2025 · UnixArena ·