Level up your SRE game — Best of this week — 4th Dec 2022
“Anyone who stops learning is old, whether at twenty or eighty. Anyone who keeps learning stays young” — Henry Ford
I compile Site Reliablility Engineering/Devops related articles every week and help you keep up your learning game.
This week we covered:
- A better way to write Kubernetes YAML files.
- Linkedin’s School of SRE
- Quickly create a production-ready Python API
- Crowdsourced collection of command-line tutorials
I also write about the tools and tips related to Software Development and SRE regularly on my Linkedin profile. You can check out my profile here: https://www.linkedin.com/in/vikasyadav94/
A better way to write Kubernetes yaml files
Are you tired of writing #kubernetes yaml files? With #vscode there’s a much easier way to write them without leaving your IDE.
Kubernetes extension for vscode provides a set of of helpful snippets to quickly write your yaml files. It has support for Deployment, Pod, StatefulSet, Job, Ingress, Configmap, hpa, PersistentVolume and bunch of other things.
You can see the whole list of snippets supported here: https://lnkd.in/efMrsQ5i
More details: https://lnkd.in/ePATa6Tc
Linkedin’s School of SRE
Are you looking to get into the SRE domain or want to upskill yourselves or just want to just revisit the fundamentals?
I get a lot of messages from people asking about SRE role and how they can get started. Well, here’s how you can:
Linkedin maintains an amazing collection of “getting started” resources for SRE. They are specifically designed for fresh college grads but can also be used by experienced folks.
Quickly create a production-ready Python API
Do you want to quickly create a production-ready python API with a few lines of code? Try this.
Fastapi: https://lnkd.in/d7dT8kvy
FastAPI is a modern, fast (high-performance), web framework for building APIs with Python. I highly recommend checking out their documentation for all the amazing features that they offer.
Bonus: A boiler plate which helps you move even faster with fastapi. It has celery, redis and sqlalchemy integrated for you.
#python #fastapi #webdevelopment
Crowdsourced collection of command-line tutorials
Are you new at the command line? Or are you trying to get better at it?
Here’s a wonderful crowd-sourced collection of tutorials to take you from zero to hero.