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)