• 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

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

How to create veeam Backup Repository ? Veeam Backup for AWS

May 29, 2022 By Cloud_Devops Leave a Comment

Configure veeam Backup for AWS - Configure workers

This article will walk you through how to create a backup repository to include EC2 instances in backup rotation on Veeam Backup. Backup EC2 instances using veeam backup is almost like set and forget. Veeam uses policy-based automation to take snapshots and backups to the s3 bucket. Veeam brings simplicity to streamline backup for Amazon […]

Filed Under: AWS, AWS Backup, Backup, Cloud, DevOps, Veeam Tagged With: AWS, Backup, Cloud, DevOps, Disaster Recovery, DR, EC2, RDS, veeam

Veeam Backup for AWS – Deploy and configure

May 29, 2022 By Cloud_Devops Leave a Comment

AWS Backup solution - veeam

How to deploy Veeam Backup for the AWS solution? Veeam Backup for Amazon Web Services is a solution developed to protect Amazon Elastic Compute Cloud (EC2), Amazon Relational Database Service (RDS), and Amazon Elastic File System (EFS) environments. The same product can able to handle disaster recovery tasks with ease by leveraging cloud native snapshots. Adding […]

Filed Under: Automation, AWS, AWS Backup, Backup, Cloud, DevOps, Disaster Recovery, Linux, Microsoft, Veeam, Windows Server 2019 Tagged With: AWS, Azure, Backup, Cloud, DevOps, Disaster Recovery, DR, Linux, VMware, Windows

Jenkins Integration – Terraform IaC Pipeline Setup

May 24, 2022 By Cloud_Devops 1 Comment

Jenkins - Terraform - Branching strategy

How to integrate Terraform IaC (Infrastructure as Code) into Jenkins? Cloud infrastructure offers great agility and flexibility but you need the right toolsets to manage the power of public cloud platforms. To operate in the public cloud efficiently, You need to treat infrastructure as code (IaC). IaC eliminates the manual interaction required to configure Cloud […]

Filed Under: Automation, AWS, Azure, Azure, Cloud, Cloud Automation, DevOps, GCP, Git, GitHub, GitOps, Infrastructure as Code, Jenkins, Microsoft, Terraform Tagged With: Automation, AWS, Cloud, DevOps, GitOps, IaC, Infrastructure as Code, Jenkins, Terraform

Setup Monitoring for EBS snapshot – Amazon DLM | EC2 AMI

May 14, 2022 By Cloud_Devops Leave a Comment

AMI image monitoring using cloudwatch

This article will walk you through how to monitor the automated EBS snapshot failures using CloudWatch. Amazon data life cycle manager automates the creation, copy, and deregistration of EBS-backed AMIs using policies. Using DLM, AMI can be copied over to other regions for disaster recovery. Amazon DLM reduces the operational cost by doing the AMI cleanup […]

Filed Under: AWS, AWS Backup, Backup, Cloud, DevOps, Disaster Recovery, Storage Tagged With: AWS, Backup, Cloud, DevOps, Disaster Recovery

Amazon EC2 – Disaster Recovery using DLM – Cross Region snapshot – EC2 AMI

May 12, 2022 By Cloud_Devops Leave a Comment

Amazon DLM - EBS snapshot backed AMI

Data is a critical asset for any business in the digital world. so backing up your data regularly is critical for any company with business continuity in mind. This is applicable whether the company is using an on-premises data center or a public cloud like AWS, Azure, or GCP. At the same time, you need to […]

Filed Under: AWS, AWS Backup, Backup, Cloud, DevOps, Disaster Recovery, EBS, Storage Tagged With: AMI, AWS, AWS Backup, DevOps, Disaster Recovery, DLM, EC2, Snapshot

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

How to export the docker image as tarball ? Is it possible to import it without a repository?

March 29, 2022 By Cloud_Devops Leave a Comment

How do I transfer a Docker image from one machine to another one without using a repository? Is the repository is mandatory to transfer the image between hosts? No. We can simply save the docker image as a tarball and transfer it to the remote host. You can import the docker image from the tar […]

Filed Under: DevOps, Docker, kubernetes Tagged With: Containers, DevOps, Docker, kubernetes

« Previous Page
Next Page »

Primary Sidebar

Follow UnixArena

  • Facebook
  • LinkedIn
  • Twitter

Copyright © 2025 · UnixArena ·