Most useful kubectl Command for Kubernetes Administrator or Developer

Kubectl is a command line tool which is use to manage Kubernetes clusters. Using kubectl tool, Administrator or Developer can perform day to day operations of container and cluster management. Such as; configuration change to a resource; attach Kubernetes to a running container; access container logs; and run a specified docker image on your cluster. […]

Read More

How to undo the last push in Git and revert a Git merge that hasn’t been migrated yet

Let’s assumed you made a push, but now you need to revert this last push due to an error.How to do it correctly? Master branch This is usally happens when we works in git environment and need to undo the last push in Git. There are many commands that can be used to revert a Git […]

Read More

PowerShell script to get all Azure VM status in multiple subscriptions

In this article, I will show you a simple powershell script to get all azure VM status in multiple subscriptions quickly. Sometime we need the status of the virtual machines which are running in multiple subscriptions like Dev, Prod. Even you can check status on Azure portal itself but it is bit difficult to pull […]

Read More

How to setup GCP kubernetes

In this article, will show you how to setup GCP Kubernete (GKE). Probably you’re looking for the public cloud platform to host containerized application. To avoid provision or manage baseline infrastructure, google kubernetes engine service helps business to save time, cost and gives on demand platform to host and mange containerized applications in just few […]

How to install Python on Ubuntu

If you’re newbies in python world, and you want to know “How to install Python on Ubuntu?” This article is for you to understand how to install Python 3.6 or 3.8 on Ubuntu machines. Python installation on Linux OS, will typically included as part of the distribution installation. That will require root access to the […]

Top 5 Cloud Service Provider in World

In today’s market, Cloud Services is a top choice of many businesses. In fact, you want to know about Top 5 Cloud service providers in World, bear with me! I will explain about market leaders of the Cloud service providers and its offering services. These Cloud Service Providers are offering service like SaaS, PaaS, IaaS […]

How to enable SSL in Jenkins Server

To run Jenkins with HTTPS, you need to configure SSL in Jenkins. In this article we will explain to you about “How to enable SSL in Jenkins server” to secure your production environment. Now lets follow the process to configure SSL on your Jenkins server and see how it works. Step 1: Generate CSR certificate […]