• 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
You are here: Home / Home

Kubernetes /Minikube – How to Deploy Application using Dashboard ?

May 28, 2019 By Cloud_Devops 1 Comment

ngnix - Minikube - Kubernetes Deployment

How to deploy an application on Kubernetes using Dashboard?  “Minikube“ is one of the Kubernetes’s variant to experience on a desktop/laptop. This article will walk through how to create deploy a new application on Kubernetes cluster.  We could deploy a containerized applications on top of Kubernetes cluster using the various method.  In this example, we […]

Filed Under: kubernetes, Minikube Tagged With: CentOS 7, kubernetes, Minikube, RHEL 7

Kubernetes /Minikube – Enable Dashboard – RHEL 7 / CentOS 7

May 25, 2019 By Cloud_Devops Leave a Comment

Kubernetes Dashboard - Minikube

Are you missing Kubenertes Dashboard on Minikube deployment? This article will walk through how to enable the dashboard on Minikube deployment on localhost and remote client. The dashboard is a web-based user interface for Kubernetes. Web-UI is useful to deploy containerized applications in Kubernetes cluster and manage the cluster resources. It could also help to […]

Filed Under: kubernetes, Minikube Tagged With: K8s, kubernetes, Minikube

How to Deploy Kubernetes ? Minikube on RHEL/CentOS

May 24, 2019 By Cloud_Devops Leave a Comment

How to create a Kubernetes’s sandbox environment?.  How to experience Kubernetes in Laptop/Desktop? MiniQube is developed for desktop/Laptop environment to experience the Kubernetes cluster.  “Minikube” runs a single-node Kubernetes cluster inside the Virtual Machine on Laptop/Desktop with help of virtualization technology (Virtual Box, KVM, VMware Fusion). This article will walk through the deployment of  Minikube […]

Filed Under: kubernetes, Minikube Tagged With: K8s, kubernetes, Minikube

RHEL 7 / Cent OS 7 – “fwupdate-efi” conflicts with “grub2-common”

May 22, 2019 By Cloud_Devops 4 Comments

Have you got the package conflict error while installing the specific package on RHEL 7 /CentOS 7? Frequently, “fwupdate-efi” package conflicts with the “grub2-common” package in RHEL 7 / CentOS 7 environment. This article will provide the step by step procedure to resolve package conflict errors. In general, if you get such error, you must […]

Filed Under: CentOS, Redhat-LINUX, RHEL7 Tagged With: CentOS 7, RHEL 7

Kubernetes – Overview of Pod and Service

May 17, 2019 By Cloud_Devops Leave a Comment

Importance of Service in Kubernetes

This article will give a high-level view of Kubernetes Pods and Services. Kubernetes runs containers but always inside the pods. You can’t directly deploy container without pods in Kubernetes. The shared context of the pod is a set of Linux namespaces, cgroups, and other facets of isolation. Docker container does the same but the application gets the further sub-isolation since […]

Filed Under: kubernetes Tagged With: kubernetes

Ansible – Reboot Server Using Playbook and Wait for come back

May 17, 2019 By Cloud_Devops 1 Comment

Ansible is a simple configuration management tool. Open source community keeps trying to make the code much simpler on the newer version.  Prior to Ansible engine 2.7, To reboot the target hosts, we need to define a block of code to reboot the server and wait until the hosts to come back. Most of the time. making the configuration changes or installing […]

Filed Under: Ansible engine, Automation, CentOS, Configuration Management, DevOps Tagged With: Ansible, Linux

How to pass variable from one playbook to another playbook ? Ansible

May 17, 2019 By Cloud_Devops 5 Comments

Ansible – Sharing the variable between playbooks

In Ansible, passing a variable from one playbook to another playbook is not a straight forward. (If the target hosts are different). We might need to get the variable value from one host and use that value against another host in some cases. This article will provide a solution to overcome this kind of tricky situation in Ansible. Here are the scenarios […]

Filed Under: Ansible engine, Automation, Configuration Management, DevOps Tagged With: Ansible

How Kubernetes works ? – Core Components and Architecture

May 9, 2019 By Cloud_Devops Leave a Comment

Kubernetes Node

Kubernetes is an open-source generic multi-container management software which offers deployment, scaling, descaling & load balancing. It’s an orchestrator for microservices applications.  Kubernetes would make us see the whole data center as a computer. Kubernetes can manage any type of containers which follows  OCI standards. ( Docker or Core OS’s rkt or any ).  Kubernetes […]

Filed Under: kubernetes Tagged With: kubernetes

What is Kubernetes – Good to Know – An Overview

April 28, 2019 By Cloud_Devops Leave a Comment

Kubernetes Origin

Kubernetes is a leading container orchestration platform for automating application deployment, scaling, and management. Container brings a lot of scalability challenges. But Kubernetes can take over the challenges and lets you concentrate only on deployments. Its platform agnostic. Kubernetes is most often used to manage the Docker. But it can also work with any container […]

Filed Under: kubernetes Tagged With: kubernetes

VMware vSphere – Build VM using Terraform – Cent OS/RHEL (Redhat Linux)

April 26, 2019 By Cloud_Devops 4 Comments

VMware vSphere VM Build - Terraform UnixArena

This article will provide step by step procedure for building  “CentOS” /”Redhat Linux” Virtual Machine using Terraform tool on the VMware vSphere environment.  Terraform is an excellent tool to build VM’s on VMware vSphere environment.  Terraform doesn’t require any dedicated host. You could download an opensource/free version of Terraform on your laptop or desktop and […]

Filed Under: Automation, Terraform Tagged With: Terraform, VMware, Vmware vsphere 6.5

« Previous Page
Next Page »

Primary Sidebar

Follow UnixArena

  • Facebook
  • LinkedIn
  • Twitter

Copyright © 2025 · UnixArena ·