Cloud Native 2 min read

Deploying Tekton Dashboard on OpenShift with Docker Proxy Configuration

This guide explains how to configure a Docker proxy, apply the Tekton Dashboard manifest on an OpenShift cluster, and verify the deployment, providing step‑by‑step commands and screenshots for a successful Cloud Native CI/CD setup.

DevOps Cloud Academy
DevOps Cloud Academy
DevOps Cloud Academy
Deploying Tekton Dashboard on OpenShift with Docker Proxy Configuration

This guide shows how to deploy the Tekton Dashboard on an OpenShift cluster, including setting up a Docker proxy, applying the Tekton Dashboard manifest, and verifying the installation.

Project address: https://github.com/tektoncd/dashboard

1. Configure Docker proxy

#修改docker服务
vi /usr/lib/systemd/system/docker.service
#添加内容
[Service]
Environment="HTTP_PROXY=http://10.1.1.1:10000"
#重启服务
systemctl daemon-reload
systemctl start docker 
systemctl enable docker

2. Install and deploy

kubectl apply --filename https://github.com/tektoncd/dashboard/releases/download/v0.1.1/openshift-tekton-dashboard.yaml --validate=false

3. Verify

Access the OpenShift web console, navigate to the tekton-pipelines project, and open the Dashboard router URL to confirm the UI is reachable.

Thank you for reading; feel free to leave a comment or share with friends.

cloud-nativedockerci/cdKubernetesTektonOpenShift
DevOps Cloud Academy
Written by

DevOps Cloud Academy

Exploring industry DevOps practices and technical expertise.

0 followers
Reader feedback

How this landed with the community

login Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.