Kubernetes Projects for practce and adding the same to the resume

kindly give me some Kubernetes and Devops projects (for Freshers) to add the same to the resume . It will be of great help.
Thank you.

I did the following self project, just to implement everything I’ve learned in CKA:

You can do something more or less like that, it really helped me…

Basically, once you create all the required resources, it runs a local flask website which is connected to a MySQL pod and when you access it, it asks you to enter first and last name and then when you add /get_data to the URL (port-forwarded) - it shows you the data that is already inside the table.

A persistent volume is configured there so even if you delete the resources, your data is retained.

Just a quick note, the secrets should be created separately (I’ve added my secret yaml files to .gitignore so I don’t push them by mistake).

I hope it helps you

1 Like

Thanks a lot for your help, Sir.
Since I am a beginner in the IT domain and I am learning Devops I often face some issues while practicing. But thanks to people like you on this platform who always render their assistance making things easy.
In case I run into some issue while implementing this project, then how can I contact you, Sir.
Thank You
Deepak .

You may contact me in this email: [email protected]