Technical requirements There are a few technical requirements that may need to be fulfilled if you want to get the most out of this chapter: Well, if you can get
Read MoreCategory: Managing Kubernetes with Python
Exercise 1 – calling a Hugging Face Transformer API – The Simplest Ways to Start Using DevOps in Python Immediately
Exercise 1 – calling a Hugging Face Transformer APII chose this exercise because it is free, it will introduce you to a lot of integral tools and concepts behind APIs,
Read MoreCreating an AWS EC2 instance with Python’s boto3 library – Provisioning Resources
Creating an AWS EC2 instance with Python’s boto3 library Boto3 – it’s a name you’ve probably heard very often if you’ve worked with AWS and Python. It is the SDK
Read MoreScaling and autoscaling – Provisioning Resources
Scaling and autoscaling Scaling is the act of increasing or decreasing the size of a workload or resource depending on the demand for it. Autoscaling is doing this automatically based
Read MoreAutoscaling with Python based on a trigger – Provisioning Resources
Autoscaling with Python based on a trigger Autoscaling requires automating the process of increasing the available compute resources according to some sort of metric or statistic. In order to autoscale,
Read MoreContainers and where Python fits in with containers – Provisioning Resources
Containers and where Python fits in with containers Containers are small packages of software that serve as a unique runtime containing all of the necessary resources to run a small
Read MoreRefactoring legacy applications – Manipulating Resources
Refactoring legacy applications A clean slate is one of the most convenient things in the world. I am going to show you two sheets of paper, and you can tell
Read MoreOptimize – Manipulating Resources
Optimize Your first option is optimization. You can look at what you have right now and make sure that it runs optimally, consuming the optimum amount of resources while being
Read MoreRestart – Manipulating Resources
Restart Sometimes – and I hope for your sake that that time is early in the development process – you need to throw the things you have out entirely and
Read MoreSecuring API keys and passwords – Security and DevSecOps with Python
Securing API keys and passwords API keys and passwords are valuable for the reason most things are valuable: they cost money and the data protected by them are valuable. If
Read More