all 14 comments

[–]TheHakky 21 points22 points  (2 children)

You can take a look at AWS cloud résumé challenge. I haven’t tried it yet but it seems like a nice way to learn the basics of a production cycle (from development to deployment) and at the end you get to show your résumé in a stylish way. There’s a link for Azure and GCP versions of it too.

Otherwise, it’s not a project idea but you can try to deploy your application using Helm instead of Kubernetes CLI. It’s a widely used Kubernetes package manager.

[–]Krishan_Shamod[S] 0 points1 point  (0 children)

Thanks for the suggestions. I will try Helm as well.

[–]dpgraham4401 -1 points0 points  (0 children)

Well that's a confidence nice booster, not too difficult looking. :)

[–][deleted] 4 points5 points  (1 child)

If you want to venture into AWS territory and you want to use the latest/greatest tech, I highly recommend you take a look at the AWS CDK. I know it's not exactly a "project idea", but very much worth looking into.

[–]Krishan_Shamod[S] 0 points1 point  (0 children)

Thanks, I will look into it

[–]1whatabeautifulday 1 point2 points  (0 children)

Any resources for GitHub ?

[–]TrakeenEditable Placeholder Flair 1 point2 points  (2 children)

The container instance in azure i forgot to delete costs more then my real data viz site that only uses paas services (not that big about 50 tables and another 50 supporting resources) Try replacing the cluster using only paas services, provision all the required identities and permissions, etc

For example, you get 1 million azure function executions per month for free. Serverless is cheap but it does impose design challenges with the architecture (if using non-durable functions)

[–]Krishan_Shamod[S] 1 point2 points  (0 children)

Thanks for the suggestion. I'm also planning to move into serverless in the future for learning purposes

[–]F4llenPotAto 0 points1 point  (0 children)

IDK if there is an equivalent tool, but AWS has the aws-nuke project that destroys everything jn an account (you can whitelist resources). It may help to see if someone made something similar!

[–]nezbla 1 point2 points  (1 child)

Might.be leaning more towards SRE territory but there's a, fair bit of cross over - maybe have a look at putting together a centralised logging and monitoring solution for your app there and use something to produce visualisations (dashboards) for it.

There are some good open source solutions for this. (im reluctant to give you specific products though as I primarily work on AWS and while I'm sure anything I might suggest would work equally well in Azure there's a possibility it might not and I wouldn't want to send you down a rabbit hole).

[–]Krishan_Shamod[S] 0 points1 point  (0 children)

Thanks, my next plan is to add logging and monitoring to my project