> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ahmadraza.in/llms.txt
> Use this file to discover all available pages before exploring further.

# EKS DashboardHeadLamp

# How to Setup headlamp (Kubernetes dashboard)

apiVersion: v1
kind: Service
metadata:
name: headlamp
namespace: kube-system
spec:
type: NodePort
selector:
app.kubernetes.io/instance: my-headlamp
app.kubernetes.io/name: headlamp
ports:

* name: http
  port: 80
  targetPort: http
  nodePort: 30102
