Comment by Traubenfuchs
Comment by Traubenfuchs 11 hours ago
To prove my expertise in anything from infrastructure, over backend to frontend, I learned how to use terraform to provision a managed kubernetes cluster (on oracle clouds excellent free forever tier).
I am currently developing a web app consisting of a spring/kotlin backend for an angular frontend that is meant to provide a UI for kubectl. It has oAuth login and allows you to store several kubernetes configs, select which one to use and makes it unnecessary to remember all the kubectl commands I can never remember.
It's what I'd like to have if I had to interact with a kubernetes cluster at work. Yes, I know there are several kubernetes UIs already, but remember, this is for 1) learning and 2) following through and completing a project at least somewhat.