Vigyata.AI
Is this your channel?

How to deploy to the cloud and scale your infrastructure? | Automate scaling with IBM’s Turbonomic

1.4K views· 52 likes· 9:04· Dec 22, 2021

🛍️ Products Mentioned (10)

Learn how to deploy an application to cloud infrastructure and scale it automatically using IBM's Turbonomic. In this video, we deploy a Python Flask web application to IBM Cloud infrastructure using Red Hat OpenShift. We also scale our infrastructure using IBM's Turbonomic so that our application performs at the lowest possible cost. Thank you IBM for sponsoring! Discover how about Turbonomic can help you automate the configuration of your cloud resources at scale https://www.ibm.com/cloud/turbonomic GitHub tutorials: https://www.youtube.com/playlist?list=PLcLMSci1ZoPvA0gXxT6iMz-IIY1e4wZhy What to learn how to code? Sign up for LinkedIn Learning! https://linkedin-learning.pxf.io/blondiebytes Free Learning Java course https://www.linkedin.com/learning/learning-java-4/welcome-to-learning-java?u=2125562 Courses on LinkedIn Learning! https://www.linkedin.com/learning/instructors/kathryn-hodge TikTok for programming tips on the go https://www.tiktok.com/@blondiebytes Also check out... Make a Google Action https://youtu.be/03i5LoO_neU What is a Framework? https://youtu.be/HXqBlAywTjU What is a JSON Object? https://youtu.be/nlYiOcMNzyQ What is an API? https://youtu.be/T74OdSCBJfw What are API Keys? https://youtu.be/1yFggyk--Zo Using APIs with Postman https://youtu.be/0LFKxiATLNQ Support me on Patreon! https://www.patreon.com/blondiebytes Check out my Python Basics course on Highbrow! https://gohighbrow.com/portfolio/python-basics/ Free HACKATHON MODE playlist: https://open.spotify.com/user/12124758083/playlist/6cuse5033woPHT2wf9NdDa?si=VFe9mYuGSP6SUoj8JBYuwg MY FAVORITE THINGS: Stitch Fix Invite Code: https://www.stitchfix.com/referral/10013108?sod=w&som=c FabFitFun Invite Code: http://xo.fff.me/h9-GH Uber Invite Code: kathrynh1277ue Postmates Invite Code: 7373F SoulCycle Invite Code: https://www.soul-cycle.com/r/WY3DlxF0/ Rent The Runway: https://rtr.app.link/e/rfHlXRUZuO Want to BINGE?? Check out these playlists... Quick Code Tutorials: https://www.youtube.com/watch?v=4K4QhIAfGKY&index=1&list=PLcLMSci1ZoPu9ryGJvDDuunVMjwKhDpkB Command Line: https://www.youtube.com/watch?v=Jm8-UFf8IMg&index=1&list=PLcLMSci1ZoPvbvAIn_tuSzMgF1c7VVJ6e 30 Days of Code: https://www.youtube.com/watch?v=K5WxmFfIWbo&index=2&list=PLcLMSci1ZoPs6jV0O3LBJwChjRon3lE1F Intermediate Web Dev Tutorials: https://www.youtube.com/watch?v=LFa9fnQGb3g&index=1&list=PLcLMSci1ZoPubx8doMzttR2ROIl4uzQbK GitHub | https://github.com/blondiebytes

About This Video

Scaling cloud infrastructure is one of those super buzzwordy phrases, so in this video I break it down in a way that actually makes sense—and then we build it for real. I start by defining infrastructure (hardware, storage, networking) and what “cloud infrastructure” really means: virtualizing those resources so you can change what you’re using on the fly. Scaling is simply dialing resources up when demand spikes (more CPU, more memory, more storage) and dialing them back down when traffic drops so you’re not paying for a bunch of unused capacity. Then I walk through deploying a simple Dockerized Python Flask app from GitHub onto IBM Cloud infrastructure using Red Hat OpenShift. I fork the repo so I can own the code and change it later, create a project in the OpenShift developer console, import from GitHub, and make sure there’s a public route so the app is accessible on the internet. After that, we get to the real problem: engineers tend to overprovision because predicting resource needs is hard. That’s why I bring in IBM Turbonomic—an optimization tool that proposes (and can automate) actions like resizing vCPU and memory based on actual utilization, so your app performs well at the lowest possible cost.

Frequently Asked Questions

🎬 More from blondiebytes