Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Migrating Applications to the Cloud with Azure

You're reading from   Migrating Applications to the Cloud with Azure Re-architect and rebuild your applications using cloud-native technologies

Arrow left icon
Product type Paperback
Published in Dec 2019
Publisher
ISBN-13 9781839217470
Length 494 pages
Edition 1st Edition
Tools
Arrow right icon
Authors (7):
Arrow left icon
Amit Malik Amit Malik
Author Profile Icon Amit Malik
Amit Malik
Mohamed Waly Mohamed Waly
Author Profile Icon Mohamed Waly
Mohamed Waly
Stefano Demiliani Stefano Demiliani
Author Profile Icon Stefano Demiliani
Stefano Demiliani
Jason Marston Jason Marston
Author Profile Icon Jason Marston
Jason Marston
Sander Rossel Sander Rossel
Author Profile Icon Sander Rossel
Sander Rossel
Sjoukje Zaal Sjoukje Zaal
Author Profile Icon Sjoukje Zaal
Sjoukje Zaal
Sjoukje Zaal Sjoukje Zaal
Author Profile Icon Sjoukje Zaal
Sjoukje Zaal
+3 more Show less
Arrow right icon
View More author details
Toc

Table of Contents (22) Chapters Close

Preface 1. Planning Application Modernization FREE CHAPTER
2. Strategies for Application Modernization Using Azure 3. Building Your Application Migration Roadmap 4. Implementing Containerization and DevOps in a Development Cycle
5. Getting Started with Docker and Kubernetes 6. Deploying Highly Scalable Apps with Kubernetes 7. Modernizing Apps and Infrastructure with DevOps 8. Building a Web and Microservices Architecture on Azure
9. Designing Web Applications 10. Scalability and Performance 11. Building Microservices with Service Fabric 12. Going Serverless and Deploying to the Cloud
13. Building Scalable Systems with Azure Functions 14. Connecting to the Database 15. Managing and Deploying Your Code 16. Securing Your Azure Services 17. Planning for Security, Availability, and Monitoring
18. Diagnostics and Monitoring 19. Designing for High Availability and Disaster Recovery 20. Assessments 21. Other Books You May Enjoy

Running highly scalable AKS applications using ACI

Previously, we talked about scaling applications using a pod autoscaler, a cluster autoscaler, and so on. Sometimes, we may not have clarity about the required scale and it could be very dynamic in nature. In this case, it could be a pretty costly affair to run AKS nodes all the time.

Azure container instances can be integrated with AKS. AKS can schedule pods on ACI. Here, you can define your regular Kubernetes manifest and Azure will take care of any underlying infrastructure resources and will use ACI to run the pods. This is also known as virtual kubelet; this will be where your Kubernetes nodes will be backed up by cloud provider services such as ACI. 

You can use virtual kubelet to deploy both Windows- and Linux-based containers. Check out the following link for more information on how to use ACI with AKS: https...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime