DEV Community

Cover image for My First Contribution to the Kubernetes Project ♾
Dan Bamikiya
Dan Bamikiya

Posted on

My First Contribution to the Kubernetes Project ♾

My first contribution to the Kubernetes project got merged on Github! 😁

What did I do 🤷‍♂️?
I contributed to the Kubernetes Dashboard repo. The Kubernetes Dashboard is a web-based UI for managing Kubernetes applications running in Kubernetes clusters and troubleshooting them. As well as managing the cluster itself.

The web-based dashboard which is built with Angular and TypeScript still had external referencing HTTP links even for ingress host URLs in the ingress lists which is a bad security practice for web apps.

I converted the HTTP links to default HTTPS links making any referenced external link direct users to secure website URLs!

Felt great! 😊

Top comments (0)