Kubernetes For Full Stack Developers

Kubernetes For Full Stack Developers Book in PDF, ePub and Kindle version is available to download in english. Read online anytime anywhere directly from your device. Click on the download button below to get a free pdf file of Kubernetes For Full Stack Developers book. This book definitely worth reading, it is an incredibly well-written.

Kubernetes for Full-Stack Developers

Author : Anonim
Publisher : DigitalOcean
Page : 463 pages
File Size : 50,9 Mb
Release : 2020-02-04
Category : Computers
ISBN : 9780999773031

Get Book

Kubernetes for Full-Stack Developers by Anonim Pdf

This book is designed to help newcomers and experienced users alike learn about Kubernetes. Its chapters are designed to introduce core Kubernetes concepts and to build on them to a level where running an application on a production cluster is a familiar, repeatable, and automated process. From there, more advanced topics are introduced, like how to manage a Kubernetes cluster itself.

Mastering Full Stack Development

Author : Cybellium Ltd
Publisher : Cybellium Ltd
Page : 175 pages
File Size : 41,7 Mb
Release : 2023-09-06
Category : Computers
ISBN : 9798859161126

Get Book

Mastering Full Stack Development by Cybellium Ltd Pdf

Cybellium Ltd is dedicated to empowering individuals and organizations with the knowledge and skills they need to navigate the ever-evolving computer science landscape securely and learn only the latest information available on any subject in the category of computer science including: - Information Technology (IT) - Cyber Security - Information Security - Big Data - Artificial Intelligence (AI) - Engineering - Robotics - Standards and compliance Our mission is to be at the forefront of computer science education, offering a wide and comprehensive range of resources, including books, courses, classes and training programs, tailored to meet the diverse needs of any subject in computer science. Visit https://www.cybellium.com for more books.

Kubernetes for Developers

Author : Joseph Heck
Publisher : Packt Publishing Ltd
Page : 363 pages
File Size : 53,7 Mb
Release : 2018-04-06
Category : Computers
ISBN : 9781788830607

Get Book

Kubernetes for Developers by Joseph Heck Pdf

A developer's field-guide to designing scalable services using Kubernetes Key Features Develop and run your software using containers within a Kubernetes environment Get hands-on experience of using Kubernetes with DevOps concepts such as continuous integration, benchmark testing, monitoring, and so on Pragmatic example-based approach showing how to use Kubernetes in the development process Book Description Kubernetes is documented and typically approached from the perspective of someone running software that has already been built. Kubernetes may also be used to enhance the development process, enabling more consistent testing and analysis of code to help developers verify not only its correctness, but also its efficiency. This book introduces key Kubernetes concepts, coupled with examples of how to deploy and use them with a bit of Node.js and Python example code, so that you can quickly replicate and use that knowledge. You will begin by setting up Kubernetes to help you develop and package your code. We walk you through the setup and installation process before working with Kubernetes in the development environment. We then delve into concepts such as automating your build process, autonomic computing, debugging, and integration testing. This book covers all the concepts required for a developer to work with Kubernetes. By the end of this book, you will be in a position to use Kubernetes in development ecosystems. What you will learn Build your software into containers Deploy and debug software running in containers within Kubernetes Declare and add configuration through Kubernetes Define how your application fits together, using internal and external services Add feedback to your code to help Kubernetes manage your services Monitor and measure your services through integration testing and in production deployments Who this book is for If you are a full-stack or back-end software developers interested, curious, or being asked to test as well as run the code you're creating, you can leverage Kubernetes to make that process simpler and consistent regardless of where you deploy. If you're looking for developer focused examples in NodeJS and Python for how to build, test, deploy, and run your code with Kubernetes, this is perfect for you.

Full Stack Development with JHipster

Author : Deepu K Sasidharan,Sendil Kumar N
Publisher : Packt Publishing Ltd
Page : 412 pages
File Size : 47,6 Mb
Release : 2020-01-23
Category : Computers
ISBN : 9781838820244

Get Book

Full Stack Development with JHipster by Deepu K Sasidharan,Sendil Kumar N Pdf

Written by the core development team of JHipster and fully updated for JHipster 6, Java 11, and Spring Boot 2.1, this book will show you how to build modern web applications with real-world examples and best practices Key FeaturesBuild full stack applications with modern JavaScript frameworks such as Angular, React, and Vue.jsExplore the JHipster microservices stack, which includes Spring Cloud, Netflix OSS, and the Elastic StackLearn advanced local and cloud deployment strategies using Docker and KubernetesBook Description JHipster is an open source development platform that allows you to easily create web apps and microservices from scratch without spending time on wiring and integrating different technologies. Updated to include JHipster 6, Java 11, Spring Boot 2.1, Vue.js, and Istio, this second edition of Full Stack Development with JHipster will help you build full stack applications and microservices seamlessly. You'll start by understanding JHipster and its associated tools, along with the essentials of full stack development, before building a monolithic web app. You'll then learn the JHipster Domain Language (JDL) with entity modeling using JDL-Studio. With this book, you'll create production-ready web apps using Spring Boot, Spring Framework, Angular, and Bootstrap, and run tests and set up continuous integration pipelines with Jenkins. As you advance, you'll learn how to convert your monoliths to microservices and how to package your application for production with various deployment options, including Heroku and Google Cloud. You'll also learn about Docker and Kubernetes, along with an introduction to the Istio service mesh. Finally, you'll build your client-side with React and Vue.js and discover JHipster's best practices. By the end of the book, you'll be able to leverage the best tools available to build modern web apps. What you will learnCreate full stack apps from scratch using the latest features of JHipster 6 and Spring Boot 2.1Build business logic by creating and developing entity models using JDLUnderstand how to convert a monolithic architecture into a full-fledged microservices architectureBuild and package your apps for production using DockerDeploy your application to Google Cloud with KubernetesCreate continuous integration/continuous delivery pipelines with JenkinsCreate applications using Angular, React, and Vue.js client-side frameworksWho this book is for This book is for full stack developers who want to build web applications and microservices speedily without writing a lot of boilerplate code. If you’re a backend developer looking to learn full stack development with JavaScript frameworks and libraries such as Angular, React, and Vue.js, you’ll find this book useful. Experience in building Java web applications is required. Some exposure to the Spring Framework would be beneficial but not necessary to get the most out of this book.

Kubernetes for Python Developers

Author : Lakshmi Narasimhan P
Publisher : Independently Published
Page : 0 pages
File Size : 45,8 Mb
Release : 2024-03-26
Category : Computers
ISBN : 9798320869674

Get Book

Kubernetes for Python Developers by Lakshmi Narasimhan P Pdf

"Kubernetes for Python Developers" is the essential guide for developers new to Kubernetes, focusing on a step-by-step approach from application creation to deployment. Written with beginners in mind, it demystifies Kubernetes through a developer's lens, ensuring concepts are accessible and practical. The book includes 30+ exercises with solutions and numerous examples to solidify understanding. Whether you're looking to grasp container orchestration or deploy your Python applications with confidence, this book provides the knowledge and tools needed to navigate the Kubernetes ecosystem effectively. Contents 1. The meta stuff The audience of the book Why developers should learn Kubernetes What we will build What prerequisites you need 2. Containers recap Intro to containers How containers work Container networking Isolating processes Docker compose Docker registry Other container engines 3. Kubernetes 101 Why Kubernetes? How Kubernetes works Components of a Kubernetes cluster Setting up your first cluster 4. Pods 101 Kubectl, kubeconfig How to interact with your cluster Pods, events working with pods 5. Pods 201 Getting inside a pod Pod probes Namespaces Pod networking Deploying your first application 6. Beyond pods Replicasets Deployments Services Full fledged Flask app with Redis 7. Going a notch further Config maps Secrets Init containers Storing persistent data 8. A more robust setup Stateful sets Service accounts and RBAC Ingress annotations 9. Closing thoughts Setting up a CD pipeline in Github Github actions Where to go from here Appendix A: Troubleshooting common scenarios Pod not coming up Correct labels Exposing ports Resource constraints Unauthorized Appendix B: Solutions to exercises Is this the right book for you? This book aims to bridge the gap between Python development and Kubernetes operations, making it an ideal read for anyone in the software development lifecycle seeking to adopt Kubernetes for Python applications. This includes python developers, beginners to Kubernetes, students and educators. Whom is this book NOT for? If you already know Kubernetes and are using it in some capacity, then you might not find any value in this book. Also, if you don't have much of a technical background(don't know how to work with Python, no idea about containers), then this book won't be a good fit for you. About me I'm a full stack developer with more than 2 decades of experience working with enterprise customers. I've been dabbling with Kubernetes since 2018, when there were comparitively lesser resources to tame the Kubernetes beast. I always wanted to read a book to bridge the knowledge gap for a developer who knows a bit of ops and wants to dip their toes in the Kubernetes waters and figured I'll write one for those who are on the same boat. Is the book ideal only for Python developers? IThe book has been written using a Python Flask application as an example. It is quite easy to fit in your Node.js/Java/PHP/Rails/Golang/Rust stack if you understand the concepts explained in the book.

From Containers to Kubernetes with Node.js

Author : Kathleen Juell
Publisher : DigitalOcean
Page : 238 pages
File Size : 44,8 Mb
Release : 2020-05-08
Category : Computers
ISBN : 9780999773055

Get Book

From Containers to Kubernetes with Node.js by Kathleen Juell Pdf

This book is designed to introduce you to using containers and Kubernetes for full-stack development. You'll learn how to develop a full-stack application using Node.js and MongoDB and how to and manage them using Docker, then Docker Compose, and finally Kubernetes.

Kubernetes Application Developer

Author : Prateek Khushalani
Publisher : Apress
Page : 0 pages
File Size : 42,9 Mb
Release : 2022-07-22
Category : Computers
ISBN : 1484280318

Get Book

Kubernetes Application Developer by Prateek Khushalani Pdf

Write efficient, smart, and optimized code for containerized applications on public and private clouds at a generic level. This book shows you how to set up microservices that are robust, scalable, and capable of running on GKE (Google Kubernetes Service), AKS (Azure Kubernetes Service), ECS (Elastic Container Service), or even on a vanilla K8S cluster. The book covers the nuts and bolts of container orchestration engines (COEs) and explains how to install and configure them. It also covers creation and deployment of a sample application on COEs. You will learn how to integrate different applications such as OAuth and how to test them and secure them using Istio Citadel. You also will be taught how to create HPA rules for microservices and scale only those microservices that require it, making your stack intelligent. In the concluding chapter, the book explains how to build a SaaS solution from scratch, running on the cloud with automated deployments accessed publicly via a secured ingress K8S controller. By the end of the book, you will have a good understanding of developing microservices and how to design and create a software solution on the cloud. What You Will Learn Build software on Kubernetes in the most optimized way Interact with Kubernetes using client SDKs in Python, Go, nodejs, etc. Create a testing and deployment CI/CD system for software stacks Secure your application using Istio, without writing code Access microservices using ingress controllers and scale them using HPA rules Who This Book Is For Software and system engineers and developers

Full Stack Quarkus and React

Author : Marc Nuri San Felix
Publisher : Packt Publishing
Page : 0 pages
File Size : 52,7 Mb
Release : 2022-11-30
Category : Computers
ISBN : 180056273X

Get Book

Full Stack Quarkus and React by Marc Nuri San Felix Pdf

Create and deploy standalone, fully functional, web applications using Quarkus and React Key Features: Get up and running with web application development speedily using React and Quarkus Get an overview of how to make a Java backend work seamlessly with a JavaScript frontend Learn how to deploy your working application to Kubernetes and share it with the world Book Description: React has established itself as one of the most popular and widely adopted frameworks thanks to its simple yet scalable app development abilities. Quarkus comes across as a fantastic alternative for backend development by boosting developer productivity with features such as pre-built integrations, application services, and more that bring a new, revolutionary developer experience to Java. To make the best use of both, this hands-on guide will help you get started with Quarkus and React to create and deploy an end-to-end web application. This book is divided into three parts. In the first part, you'll begin with an introduction to Quarkus and its features, learning how to bootstrap a Quarkus project from the ground up to create a tested and secure HTTP server for your backend. The second part focuses on the frontend, showing you how to create a React project from scratch to build the application's user interface and integrate it with the Quarkus backend. The last part guides you through creating cluster configuration manifests and deploying them to Kubernetes as well as other alternatives, such as Fly.io. By the end of this full stack development book, you'll be confident in your skills to combine the robustness of both frameworks to create and deploy standalone, fully functional web applications. What You Will Learn: Create a Quarkus project from scratch to gain a basic understanding of its advantages Create a persistence layer in a Quarkus application Secure your application by adding authentication and authorization features Use Quarkus Dev services to implement integration tests with real-world databases Start creating a React project from scratch Use React Testing Library to test React components Identify the most suitable alternatives for deploying your application to the cloud Who this book is for: This book is for backend web developers who have at least basic experience with Java and would like to learn React to build full stack apps by integrating it with a Quarkus-based backend. Frontend web developers with basic JavaScript experience will also find this book useful to learn how to implement a backend in Quarkus and integrate it with their frontend to create full stack web applications. Beginner-level knowledge of Java and JavaScript is recommended, but any developer experienced either with Java or JavaScript should be able to follow the backend and frontend parts easily.

Rails on Containers

Author : Kathleen Juell
Publisher : DigitalOcean
Page : 278 pages
File Size : 51,8 Mb
Release : 2020-12-18
Category : Computers
ISBN : 9780999773086

Get Book

Rails on Containers by Kathleen Juell Pdf

Docker and Kubernetes for Java Developers

Author : Jaroslaw Krochmalski
Publisher : Packt Publishing Ltd
Page : 311 pages
File Size : 40,5 Mb
Release : 2017-08-30
Category : Computers
ISBN : 9781786463906

Get Book

Docker and Kubernetes for Java Developers by Jaroslaw Krochmalski Pdf

Leverage the lethal combination of Docker and Kubernetes to automate deployment and management of Java applications About This Book Master using Docker and Kubernetes to build, deploy and manage Java applications in a jiff Learn how to create your own Docker image and customize your own cluster using Kubernetes Empower the journey from development to production using this practical guide. Who This Book Is For The book is aimed at Java developers who are eager to build, deploy, and manage applications very quickly using container technology. They need have no knowledge of Docker and Kubernetes. What You Will Learn Package Java applications into Docker images Understand the running of containers locally Explore development and deployment options with Docker Integrate Docker into Maven builds Manage and monitor Java applications running on Kubernetes clusters Create Continuous Delivery pipelines for Java applications deployed to Kubernetes In Detail Imagine creating and testing Java EE applications on Apache Tomcat Server or Wildfly Application server in minutes along with deploying and managing Java applications swiftly. Sounds too good to be true? But you have a reason to cheer as such scenarios are only possible by leveraging Docker and Kubernetes. This book will start by introducing Docker and delve deep into its networking and persistent storage concepts. You will then proceed to learn how to refactor monolith application into separate services by building an application and then packaging it into Docker containers. Next, you will create an image containing Java Enterprise Application and later run it using Docker. Moving on, the book will focus on Kubernetes and its features and you will learn to deploy a Java application to Kubernetes using Maven and monitor a Java application in production. By the end of the book, you will get hands-on with some more advanced topics to further extend your knowledge about Docker and Kubernetes. Style and approach An easy-to-follow, practical guide that will help Java developers develop, deploy, and manage Java applications efficiently.

Advanced Platform Development with Kubernetes

Author : Craig Johnston
Publisher : Apress
Page : 0 pages
File Size : 50,8 Mb
Release : 2020-09-18
Category : Computers
ISBN : 1484256107

Get Book

Advanced Platform Development with Kubernetes by Craig Johnston Pdf

Leverage Kubernetes for the rapid adoption of emerging technologies. Kubernetes is the future of enterprise platform development and has become the most popular, and often considered the most robust, container orchestration system available today. This book focuses on platforming technologies that power the Internet of Things, Blockchain, Machine Learning, and the many layers of data and application management supporting them. Advanced Platform Development with Kubernetes takes you through the process of building platforms with these in-demand capabilities. You'll progress through the development of Serverless, CICD integration, data processing pipelines, event queues, distributed query engines, modern data warehouses, data lakes, distributed object storage, indexing and analytics, data routing and transformation, query engines, and data science/machine learning environments. You’ll also see how to implement and tie together numerous essential and trending technologies including: Kafka, NiFi, Airflow, Hive, Keycloak, Cassandra, MySQL, Zookeeper, Mosquitto, Elasticsearch, Logstash, Kibana, Presto, Mino, OpenFaaS, and Ethereum. The book uses Golang and Python to demonstrate the development integration of custom container and Serverless functions, including interaction with the Kubernetes API. The exercises throughout teach Kubernetes through the lens of platform development, expressing the power and flexibility of Kubernetes with clear and pragmatic examples. Discover why Kubernetes is an excellent choice for any individual or organization looking to embark on developing a successful data and application platform. What You'll Learn Configure and install Kubernetes and k3s on vendor-neutral platforms, including generic virtual machines and bare metal Implement an integrated development toolchain for continuous integration and deployment Use data pipelines with MQTT, NiFi, Logstash, Kafka and Elasticsearch Install a serverless platform with OpenFaaS Explore blockchain network capabilities with Ethereum Support a multi-tenant data science platform and web IDE with JupyterHub, MLflow and Seldon Core Build a hybrid cluster, securely bridging on-premise and cloud-based Kubernetes nodes Who This Book Is For System and software architects, full-stack developers, programmers, and DevOps engineers with some experience building and using containers. This book also targets readers who have started with Kubernetes and need to progress from a basic understanding of the technology and "Hello World" example to more productive, career-building projects.

Full Stack Quarkus and React

Author : Marc Nuri San Felix,Alex Soto Bueno
Publisher : Packt Publishing Ltd
Page : 324 pages
File Size : 47,9 Mb
Release : 2022-11-30
Category : Computers
ISBN : 9781800565159

Get Book

Full Stack Quarkus and React by Marc Nuri San Felix,Alex Soto Bueno Pdf

Create and deploy standalone, fully functional, web applications using Quarkus and React Key FeaturesGet up and running with web application development speedily using React and QuarkusGet an overview of how to make a Java backend work seamlessly with a JavaScript frontendLearn how to deploy your working application to Kubernetes and share it with the worldBook Description React has established itself as one of the most popular and widely adopted frameworks thanks to its simple yet scalable app development abilities. Quarkus comes across as a fantastic alternative for backend development by boosting developer productivity with features such as pre-built integrations, application services, and more that bring a new, revolutionary developer experience to Java. To make the best use of both, this hands-on guide will help you get started with Quarkus and React to create and deploy an end-to-end web application. This book is divided into three parts. In the first part, you'll begin with an introduction to Quarkus and its features, learning how to bootstrap a Quarkus project from the ground up to create a tested and secure HTTP server for your backend. The second part focuses on the frontend, showing you how to create a React project from scratch to build the application's user interface and integrate it with the Quarkus backend. The last part guides you through creating cluster configuration manifests and deploying them to Kubernetes as well as other alternatives, such as Fly.io. By the end of this full stack development book, you'll be confident in your skills to combine the robustness of both frameworks to create and deploy standalone, fully functional web applications. What you will learnCreate a Quarkus project from scratch to gain a basic understanding of its advantagesCreate a persistence layer in a Quarkus applicationSecure your application by adding authentication and authorization featuresUse Quarkus Dev services to implement integration tests with real-world databasesStart creating a React project from scratchUse React Testing Library to test React componentsIdentify the most suitable alternatives for deploying your application to the cloudWho this book is for This book is for backend web developers who have at least basic experience with Java and would like to learn React to build full stack apps by integrating it with a Quarkus-based backend. Frontend web developers with basic JavaScript experience will also find this book useful to learn how to implement a backend in Quarkus and integrate it with their frontend to create full stack web applications. Beginner-level knowledge of Java and JavaScript is recommended, but any developer experienced either with Java or JavaScript should be able to follow the backend and frontend parts easily.

Encyclopedia of Data Science and Machine Learning

Author : Wang, John
Publisher : IGI Global
Page : 3296 pages
File Size : 53,6 Mb
Release : 2023-01-20
Category : Computers
ISBN : 9781799892212

Get Book

Encyclopedia of Data Science and Machine Learning by Wang, John Pdf

Big data and machine learning are driving the Fourth Industrial Revolution. With the age of big data upon us, we risk drowning in a flood of digital data. Big data has now become a critical part of both the business world and daily life, as the synthesis and synergy of machine learning and big data has enormous potential. Big data and machine learning are projected to not only maximize citizen wealth, but also promote societal health. As big data continues to evolve and the demand for professionals in the field increases, access to the most current information about the concepts, issues, trends, and technologies in this interdisciplinary area is needed. The Encyclopedia of Data Science and Machine Learning examines current, state-of-the-art research in the areas of data science, machine learning, data mining, and more. It provides an international forum for experts within these fields to advance the knowledge and practice in all facets of big data and machine learning, emphasizing emerging theories, principals, models, processes, and applications to inspire and circulate innovative findings into research, business, and communities. Covering topics such as benefit management, recommendation system analysis, and global software development, this expansive reference provides a dynamic resource for data scientists, data analysts, computer scientists, technical managers, corporate executives, students and educators of higher education, government officials, researchers, and academicians.

Kubernetes for Developers

Author : William Denniss
Publisher : Simon and Schuster
Page : 318 pages
File Size : 41,8 Mb
Release : 2024-03-19
Category : Computers
ISBN : 9781617297175

Get Book

Kubernetes for Developers by William Denniss Pdf

A clear and practical beginner’s guide that shows you just how easy it can be to make the switch to Kubernetes! Kubernetes for Developers reveals practical and painless methods for deploying your apps on Kubernetes—even for small-to-medium sized applications! You’ll learn how to migrate your existing apps onto Kubernetes without a rebuild, and implement modern cloud native architectures that can handle your future growth. Inside, you’ll learn how to: Containerize a web application with Docker Host a containerized app on Kubernetes with a public cloud service Save money and improve performance with cloud native technologies Make your deployments reliable and fault tolerant Prepare your deployments to scale without a redesign Monitor, debug and tune application deployments on Kubernetes Designed for busy working developers, this hands-on guide helps your first steps into Kubernetes using the powerful Google Kubernetes Engine (GKE) service. Learn how the GKE’s powerful automation tools can perform automatic checks and scaling, giving you more time to spend developing great applications. You’ll soon see that you don’t need to incur huge costs or have the manpower of an enterprise organization to get a productivity boost from Kubernetes! Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Modern software needs to perform at scale while effectively handling load balancing, state and security. Kubernetes makes these tasks easier and more reliable for apps of any size. This book, written especially for software developers creating applications that run on Kubernetes, shows you exactly how to address these and other important issues. About the book Kubernetes for Developers covers everything you need to know to containerize and deploy an app on Kubernetes from the developer’s perspective. You’ll start by creating a small application you can run on a cloud-based Kubernetes cluster. Then, you’ll systematically explore best practices for stable long-term deployment, including scaling, capacity planning, and resource optimization. What's inside Deploying reliable web applications using automated operations Scaling up without an application redesign Monitoring, debugging, and tuning workloads About the reader For developers familiar with building or deploying web applications. No Docker or Kubernetes experience required. About the author William Denniss is a product manager at Google working on Google Kubernetes Engine. Table of Contents PART 1 Getting started with Kubernetes 1 Kubernetes for application deployment 2 Containerizing apps 3 Deploying to Kubernetes 4 Automated operations 5 Resource management PART 2 Going to production 6 Scaling up 7 Internal services and load balancing 8 Node feature selection 9 Stateful applications 10 Background processing 11 GitOps: Configuration as code 12 Securing Kubernetes

Azure for Architects

Author : Ritesh Modi,Jack Lee,Rithin Skaria
Publisher : Packt Publishing Ltd
Page : 699 pages
File Size : 43,7 Mb
Release : 2020-07-17
Category : Computers
ISBN : 9781839210594

Get Book

Azure for Architects by Ritesh Modi,Jack Lee,Rithin Skaria Pdf

Build and design multiple types of applications that are cross-language, platform, and cost-effective by understanding core Azure principles and foundational concepts Key FeaturesGet familiar with the different design patterns available in Microsoft AzureDevelop Azure cloud architecture and a pipeline management systemGet to know the security best practices for your Azure deploymentBook Description Thanks to its support for high availability, scalability, security, performance, and disaster recovery, Azure has been widely adopted to create and deploy different types of application with ease. Updated for the latest developments, this third edition of Azure for Architects helps you get to grips with the core concepts of designing serverless architecture, including containers, Kubernetes deployments, and big data solutions. You'll learn how to architect solutions such as serverless functions, you'll discover deployment patterns for containers and Kubernetes, and you'll explore large-scale big data processing using Spark and Databricks. As you advance, you'll implement DevOps using Azure DevOps, work with intelligent solutions using Azure Cognitive Services, and integrate security, high availability, and scalability into each solution. Finally, you'll delve into Azure security concepts such as OAuth, OpenConnect, and managed identities. By the end of this book, you'll have gained the confidence to design intelligent Azure solutions based on containers and serverless functions. What you will learnUnderstand the components of the Azure cloud platformUse cloud design patternsUse enterprise security guidelines for your Azure deploymentDesign and implement serverless and integration solutionsBuild efficient data solutions on AzureUnderstand container services on AzureWho this book is for If you are a cloud architect, DevOps engineer, or a developer looking to learn about the key architectural aspects of the Azure cloud platform, this book is for you. A basic understanding of the Azure cloud platform will help you grasp the concepts covered in this book more effectively.