Find the Best Cosmetic Hospitals

Explore trusted cosmetic hospitals and make a confident choice for your transformation.

“Invest in yourself — your confidence is always worth it.”

Explore Cosmetic Hospitals

Start your journey today — compare options in one place.

Minikube – Addons

Hi All, This is part 4 of Minikube Series on DevOpsSchool.com. Minikube is feature loaded which gives us liberty to test many of the scenarios, without giving much attention to managing or bootstrapping the full blown kubernetes cluster.

Other part of the series can be found below :

Part 1 : Installing Minikube on EC2 instance.

Part 2 : Exposing Minikube installed workload to open internet from EC2 instance.

This article is about exploring some interesting addon’s which are available on minkube which would be good to know.

For this tutorial, have already installed minkube on my machine.

Step 1: Check status on minikube if it’s up and running.

minikube status

This shows, minikube is configured correctly and is up and running.

Step 2: Lets list available add ons on minikube.

minikube addons list

One might see results like this, list fairly depends on when you are reading this blog. This list is based on latest kubernetes version which is available as of March 2020.

In this tutorial we are going to play around with two of the add on’s :
1. Dashboard
2. Metric-Server

If you would have ever been part of any kubernete’s discussion earlier, one would have had heard about Google Kubernetes Service(GKE) and how awesome it is.

There would definitely be discussion about the dashboard which It offers, and how it makes to monitor cluster health and see how nodes and pods are doing in the background. All these details would be available on easy to comprehend and in pictorial form.

Well if you have heard about those things and ever thought that how you would do it in real life, we will experience a miniature version of the same dashboard with the same functionality and that without going to Google Cloud.

Step 3: Install Dashboard and Metric-Server add ons.

Lets try listing all the enabled add ons again :

Step 4: Start Dashboard

minikube dashboard

This will open the browser window, which would look something like below:

Woah!! thats an awesome dashboard and if you would have had seen GKE dashboard earlier – you would see lot of similarity.

Lets check metrics-server as well. Metric server came in place of hipster add on which was available earlier – had a very good UI interface as well. But it got deprecated and got removed from the list.

Metrics-Server provides real time memory usage and cpu information from pods and node level as well.

Run command

kubectl top nodes 

That’s all folks. If you want to learn more about Kubernetes or minikube or GKE feel free to reach out to me on LinkedIn, would be happy to connect.

Gaurav Bajpai

Note: We are running classroom batches on all of the DevOps toolset, feel free to enquire about them ! locations covered Delhi, Hyderabad, Bangalore and Chennai.

Find Trusted Cardiac Hospitals

Compare heart hospitals by city and services — all in one place.

Explore Hospitals
MotoShare.in offers unparalleled convenience and affordability in bike rentals, allowing users to enjoy hassle-free rides for commuting, exploring, or leisure trips. With a wide range of bikes and scooters, it’s your trusted partner for all two-wheeler needs.

Related Posts

Kubernetes Job & CronJob Explained: API Resource, YAML Example, and Use Cases

Kubernetes Jobs and CronJobs Explained with Examples: Complete Hands-on Guide for DevOps Engineer Keywords 1. Introduction In Kubernetes, not every workload is a long-running application like a…

Read More

Kubernetes Secret Explained: Secret API Resource, YAML Example, and Use Cases

What is Kubernetes SecretsA Secret is an object that contains a small amount of sensitive data such as a password, a token, or a key. Objects of…

Read More

Kubernetes ConfigMap Explained: API Resource, YAML Example, and Use Cases

Content of reverseproxy.conf Commands to execute to create configmap Example pod using configmap Validating configmap inside a pod Rajesh Kumar I’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing…

Read More

Kubernetes Service Explained: API Resource, YAML Example, and Use Cases

In Kubernetes, a Service is an abstraction that defines a logical set of pods and a policy by which to access them. It provides a stable network…

Read More

Kubernetes Deployment Explained: API Resource, YAML Example, and Use Cases

Fearture of Kubernetes Deployment Note:ReplicaSets = Replication+Controller in the Deployment Kubernetes Deployement Strategy Type of deployment .spec.strategy specifies the strategy used to replace old Pods by new…

Read More

Kubernetes ReplicaSet Explained: API Resource, YAML Example, and Use Cases

Rajesh Kumar I’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at…

Read More