Hands On Kubernetes On Azure

Hands On Kubernetes On Azure 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 Hands On Kubernetes On Azure book. This book definitely worth reading, it is an incredibly well-written.

Hands-on Kubernetes on Azure

Author : Nills Franssens,Shivakumar Gopalakrishnan,Gunther Lenz
Publisher : Packt Publishing Ltd
Page : 529 pages
File Size : 50,9 Mb
Release : 2021-05-17
Category : Computers
ISBN : 9781801078917

Get Book

Hands-on Kubernetes on Azure by Nills Franssens,Shivakumar Gopalakrishnan,Gunther Lenz Pdf

Understand the fundamentals of Kubernetes deployment on Azure with a learn-by-doing approach Key FeaturesGet to grips with the fundamentals of containers and KubernetesDeploy containerized applications using the Kubernetes platformLearn how you can scale your workloads and secure your application running in Azure Kubernetes ServiceBook Description Containers and Kubernetes containers facilitate cloud deployments and application development by enabling efficient versioning with improved security and portability. With updated chapters on role-based access control, pod identity, storing secrets, and network security in AKS, this third edition begins by introducing you to containers, Kubernetes, and Azure Kubernetes Service (AKS), and guides you through deploying an AKS cluster in different ways. You will then delve into the specifics of Kubernetes by deploying a sample guestbook application on AKS and installing complex Kubernetes apps using Helm. With the help of real-world examples, you'll also get to grips with scaling your applications and clusters. As you advance, you'll learn how to overcome common challenges in AKS and secure your applications with HTTPS. You will also learn how to secure your clusters and applications in a dedicated section on security. In the final section, you’ll learn about advanced integrations, which give you the ability to create Azure databases and run serverless functions on AKS as well as the ability to integrate AKS with a continuous integration and continuous delivery (CI/CD) pipeline using GitHub Actions. By the end of this Kubernetes book, you will be proficient in deploying containerized workloads on Microsoft Azure with minimal management overhead. What you will learnPlan, configure, and run containerized applications in production.Use Docker to build applications in containers and deploy them on Kubernetes.Monitor the AKS cluster and the application.Monitor your infrastructure and applications in Kubernetes using Azure Monitor.Secure your cluster and applications using Azure-native security tools.Connect an app to the Azure database.Store your container images securely with Azure Container Registry.Install complex Kubernetes applications using Helm.Integrate Kubernetes with multiple Azure PaaS services, such as databases, Azure Security Center, and Functions.Use GitHub Actions to perform continuous integration and continuous delivery to your cluster.Who this book is for If you are an aspiring DevOps professional, system administrator, developer, or site reliability engineer interested in learning how to get the most out of containers and Kubernetes, then this book is for you.

Hands-On Kubernetes on Azure

Author : Shivakumar Gopalakrishnan,Gunther Lenz
Publisher : Packt Publishing Ltd
Page : 243 pages
File Size : 42,8 Mb
Release : 2019-03-30
Category : Computers
ISBN : 9781789535235

Get Book

Hands-On Kubernetes on Azure by Shivakumar Gopalakrishnan,Gunther Lenz Pdf

Efficiently deploy and manage Kubernetes clusters on a cloud Key FeaturesDeploy highly scalable applications with Kubernetes on AzureLeverage AKS to deploy, manage, and operations of KubernetesGain best practices from this guide to increase efficiency of container orchestration service on CloudBook Description Microsoft is now one of the most significant contributors to Kubernetes open source projects. Kubernetes helps to create, configure, and manage a cluster of virtual machines that are preconfigured to run containerized applications. This book will be your resource for achieving successful container orchestration and deployment of Kubernetes clusters on Azure. You will learn how to deploy and manage highly scalable applications, along with how to set up a production-ready Kubernetes cluster on Azure. With this book, you will be able to reduce the complexity and operational overheads of managing a Kubernetes cluster on Azure. By the end of this book, you will not only be capable of deploying and managing Kubernetes clusters on Azure with ease, but also have the knowledge of industry best practices to work with advanced Azure Kubernetes Services (AKS) concepts for complex systems. What you will learnGet to grips with Microsoft AKS deployment, management, and operationsLearn about the benefits of using Microsoft AKS, as well as the limitations, and avoid potential problemsIntegrate Microsoft toolchains such as Visual Studio Code, and GitImplement simple and advanced AKS solutionsImplement the automated scalability and high reliability of secure deployments with Microsoft AKSUse kubectl commands to monitor applicationsWho this book is for If you’re a cloud engineer, cloud solution provider, sysadmin, site reliability engineer, or a developer interested in DevOps and are looking for an extensive guide to running Kubernetes in the Azure environment then, this book is for you. Though any previous knowledge of Kubernetes is not expected, some experience with Linux and Docker containers would be beneficial.

Introducing Azure Kubernetes Service

Author : Steve Buchanan,Janaka Rangama,Ned Bellavance
Publisher : Apress
Page : 236 pages
File Size : 44,5 Mb
Release : 2019-12-09
Category : Computers
ISBN : 9781484255193

Get Book

Introducing Azure Kubernetes Service by Steve Buchanan,Janaka Rangama,Ned Bellavance Pdf

Go from zero to sixty deploying and running a Kubernetes cluster on Microsoft Azure! This hands-on practical guide to Microsoft’s Azure Kubernetes Service (AKS), a managed container orchestration platform, arms you with the tools and knowledge you need to easily deploy and operate on this complex platform. Take a journey inside Docker containers, container registries, Kubernetes architecture, Kubernetes components, and core Kubectl commands. Drawing on hard-earned experience in the field, the authors provide just enough theory to help you grasp important concepts, teaching the practical straightforward knowledge you need to start running your own AKS cluster. You will dive into topics related to the deployment and operation of AKS, including Rancher for management, security, networking, storage, monitoring, backup, scaling, identity, package management with HELM, and AKS in CI/CD. What You Will Learn Develop core knowledge of Docker containers, registries, and KubernetesGain AKS skills for Microsoft’s fastest growing services in the cloud Understand the pros and cons of deploying and operating AKSDeploy and manage applications on the AKS platform Use AKS within a DevOps CI/CD process Who This Book Is For IT professionals who work with DevOps, the cloud, Docker, networking, storage, Linux, or Windows. Experience with cloud, DevOps, Docker, or application development is helpful.

Kubernetes: Up and Running

Author : Kelsey Hightower,Brendan Burns,Joe Beda
Publisher : "O'Reilly Media, Inc."
Page : 275 pages
File Size : 44,7 Mb
Release : 2017-09-07
Category : Computers
ISBN : 9781491936016

Get Book

Kubernetes: Up and Running by Kelsey Hightower,Brendan Burns,Joe Beda Pdf

Legend has it that Google deploys over two billion application containers a week. How’s that possible? Google revealed the secret through a project called Kubernetes, an open source cluster orchestrator (based on its internal Borg system) that radically simplifies the task of building, deploying, and maintaining scalable distributed systems in the cloud. This practical guide shows you how Kubernetes and container technology can help you achieve new levels of velocity, agility, reliability, and efficiency. Authors Kelsey Hightower, Brendan Burns, and Joe Beda—who’ve worked on Kubernetes at Google and other organizatons—explain how this system fits into the lifecycle of a distributed application. You will learn how to use tools and APIs to automate scalable distributed systems, whether it is for online services, machine-learning applications, or a cluster of Raspberry Pi computers. Explore the distributed system challenges that Kubernetes addresses Dive into containerized application development, using containers such as Docker Create and run containers on Kubernetes, using the docker image format and container runtime Explore specialized objects essential for running applications in production Reliably roll out new software versions without downtime or errors Get examples of how to develop and deploy real-world applications in Kubernetes

Designing Distributed Systems

Author : Brendan Burns
Publisher : "O'Reilly Media, Inc."
Page : 164 pages
File Size : 50,8 Mb
Release : 2018-02-20
Category : Computers
ISBN : 9781491983614

Get Book

Designing Distributed Systems by Brendan Burns Pdf

Without established design patterns to guide them, developers have had to build distributed systems from scratch, and most of these systems are very unique indeed. Today, the increasing use of containers has paved the way for core distributed system patterns and reusable containerized components. This practical guide presents a collection of repeatable, generic patterns to help make the development of reliable distributed systems far more approachable and efficient. Author Brendan Burns—Director of Engineering at Microsoft Azure—demonstrates how you can adapt existing software design patterns for designing and building reliable distributed applications. Systems engineers and application developers will learn how these long-established patterns provide a common language and framework for dramatically increasing the quality of your system. Understand how patterns and reusable components enable the rapid development of reliable distributed systems Use the side-car, adapter, and ambassador patterns to split your application into a group of containers on a single machine Explore loosely coupled multi-node distributed patterns for replication, scaling, and communication between the components Learn distributed system patterns for large-scale batch data processing covering work-queues, event-based processing, and coordinated workflows

Mastering Azure Kubernetes Service (AKS)

Author : Abhishek Mishra
Publisher : BPB Publications
Page : 350 pages
File Size : 46,7 Mb
Release : 2021-05-28
Category : Computers
ISBN : 9789391030162

Get Book

Mastering Azure Kubernetes Service (AKS) by Abhishek Mishra Pdf

Become an expert in running containerization operations using serverless Kubernetes and Microsoft Azure Ê KEY FEATURESÊÊ _ Includes production ready examples and demonstration on the use of Azure Kubernetes Service. _ In detail coverage on Kubernetes administration, security aspects, and container deployment. _ Cutting edge coverage on best practices for end to end enterprise containerization. _ Includes Serverless Kubernetes and Kubernetes based Event-Driven Autoscaling (KEDA). DESCRIPTIONÊ This book teaches you how to build, deploy, and manage the Azure Kubernetes Service cluster on both Linux and Windows operating systems. It includes new capabilities of Kubernetes like Serverless Kubernetes using Virtual Kubelet and Kubernetes based Event-Driven Autoscaling (KEDA). The book builds strong hold on foundational concepts of containers and Kubernetes. It explores the container-based offerings on Azure and looks at all necessary Azure container-based services required to work on Azure Kubernetes Service. It deals with creating an Azure Kubernetes cluster, deploying to the cluster, performing operational activities on the cluster, and monitoring and troubleshooting issues on the cluster. You will explore different options and tool sets like Kubectl commands, Azure CLI commands, and Helm Charts to work on the Azure Kubernetes Service cluster. Furthermore, it covers advanced areas like Serverless Kubernetes using Virtual Kubelet, Kubernetes based Event-Driven Autoscaling (KEDA), and the Azure Kubernetes Service cluster on Windows. It explains how to build Azure DevOps pipelines for deployments on Azure Kubernetes Service. By the end of this book, you become proficient in Azure Kubernetes Service and equips yourself with all the necessary skills to design and build production-grade containerized solutions using Azure Kubernetes Service. WHAT YOU WILL LEARN _ Build strong fundamentals of Azure Kubernetes Service and Containerization. _ Learn to administer, manage, and monitor Azure Kubernetes Service. _ Run Linux and Windows-based workloads on Azure Kubernetes Service. _ Practice how to deploy Serverless Kubernetes using Kubelet and KEDA. _ Learn to work with kubectl commands, Helm Charts, and Azure DevOps. _ Explore best practices to design and implement Azure Kubernetes Service enterprise-wide. WHO THIS BOOK IS FORÊÊ This book is for all Docker and DevOps professionals who wish to get upskilled to know how to use Azure Kubernetes Service and become an expert in implementing it across the enterprise. Software Architects and Developers proficient in Azure fundamentals can also make use of this book to get expert practical knowledge on Azure Kubernetes Service. AUTHOR BIOÊ Abhishek Mishra is an architect with a leading Fortune 500 software multinational company and is an expert in designing and building Enterprise-grade Intelligent Azure and . NET based architectures. He is an expert in .NET Full-stack, Azure (PaaS, IaaS, Serverless), Infrastructure as Code, Azure Machine Learning, Intelligent Azure (Azure Bot Services and Cognitive Services), and Robotics Process Automation. He has a rich 15+ years of experience working across top organizations in the industry. He loves blogging and is an active blogger on C# Corner. He has been awarded C# Corner Most Valuable Professional (MVP) - December 2018, December 2019, and December 2020 three times in a row for his contributions to the developer community. He is an active speaker and delivers sessions on Azure. He has spoken in leading conferences like C# Corner Azure Conference 2020, nopCommerce Days 2019 Mumbai, C# Corner Pune Conference 2019, Global Power Platform Bootcamp Pune, and many more. Certifications to his credit Ð TOGAF Certified, Microsoft Certified Solutions Associate in Machine Learning, Microsoft Certified Azure Developer Associate, and many more

Hands-On Kubernetes on Windows

Author : Piotr Tylenda
Publisher : Packt Publishing Ltd
Page : 577 pages
File Size : 48,8 Mb
Release : 2020-03-31
Category : Computers
ISBN : 9781838825997

Get Book

Hands-On Kubernetes on Windows by Piotr Tylenda Pdf

Build and deploy scalable cloud applications using Windows containers and Kubernetes Key FeaturesRun, deploy, and orchestrate containers on the Windows platform with this Kubernetes bookUse Microsoft SQL Server 2019 as a data store to deploy Kubernetes applications written in .NET FrameworkSet up a Kubernetes development environment and deploy clusters with Windows Server 2019 nodesBook Description With the adoption of Windows containers in Kubernetes, you can now fully leverage the flexibility and robustness of the Kubernetes container orchestration system in the Windows ecosystem. This support will enable you to create new Windows applications and migrate existing ones to the cloud-native stack with the same ease as for Linux-oriented cloud applications. This practical guide takes you through the key concepts involved in packaging Windows-distributed applications into containers and orchestrating these using Kubernetes. You'll also understand the current limitations of Windows support in Kubernetes. As you advance, you'll gain hands-on experience deploying a fully functional hybrid Linux/Windows Kubernetes cluster for development, and explore production scenarios in on-premises and cloud environments, such as Microsoft Azure Kubernetes Service. By the end of this book, you'll be well-versed with containerization, microservices architecture, and the critical considerations for running Kubernetes in production environments successfully. What you will learnUnderstand containerization as a packaging format for applicationsCreate a development environment for Kubernetes on WindowsGrasp the key architectural concepts in KubernetesDiscover the current limitations of Kubernetes on the Windows platformProvision and interact with a Kubernetes cluster from a Windows machineCreate hybrid Windows Kubernetes clusters in on-premises and cloud environmentsWho this book is for This book is for software developers, system administrators, DevOps engineers, and architects working with Kubernetes on Windows, Windows Server 2019, and Windows containers. Knowledge of Kubernetes as well as the Linux environment will help you get the most out of this book.

Azure Arc-Enabled Kubernetes and Servers

Author : Steve Buchanan,John Joyner
Publisher : Apress
Page : 299 pages
File Size : 53,8 Mb
Release : 2021-12-14
Category : Computers
ISBN : 1484277678

Get Book

Azure Arc-Enabled Kubernetes and Servers by Steve Buchanan,John Joyner Pdf

Welcome to this introductory guide to using Microsoft’s Azure Arc service, a new multi-cloud management platform that belongs in every cloud or DevOps estate. As many IT pros know, servers and Azure Kubernetes Service drive a huge amount of consumption in Azure—so why not extend familiar management tools proven in Azure to on-premises and other cloud networks? This practical guide will get you up to speed quickly, with instruction that treads light on the theory and heavy on the hands-on experience to make setting up Azure Arc servers and Kubernetes across multiple clouds a lot less complex. Azure experts and MVPs Buchanan and Joyner provide just the right amount of context so you can grasp important concepts, and get right to the business of using and gaining value from Azure Arc. If your organization has resources across hybrid cloud, multi-cloud, and edge environments, then this book is for you. You will learn how to configure and use Azure Arc to uniformly manage workloads across all of these environments. What You Will Learn Introduces the basics of hybrid, multi-cloud, and edge computing and how Azure Arc fits into that IT strategy Teaches the fundamentals of Azure Resource Manager, setting the reader up with the knowledge needed on the technology that underpins Azure Arc Offers insights into Azure native management tooling for managing on-premises servers and extending to other clouds Details an end-to-end hybrid server monitoring scenario leveraging Azure Monitor and/or Azure Sentinel that is seamlessly delivered by Azure Arc Defines a blueprint to achieve regulatory compliance with industry standards using Azure Arc, delivering Azure Policy from Azure Defender for Servers Explores how Git and GitHub integrate with Azure Arc; delves into how GitOps is used with Azure Arc Empowers your DevOps teams to perform tasks that typically fall under IT operations Dives into how to best use Azure CLI with Azure Arc Who This Book Is For DevOps, system administrators, security professionals, and IT workers responsible for servers both on-premises and in the cloud. Some experience in system administration, DevOps, containers, and use of Git/GitHub is helpful.

Building Microservices Applications on Microsoft Azure

Author : Harsh Chawla,Hemant Kathuria
Publisher : Apress
Page : 271 pages
File Size : 53,6 Mb
Release : 2019-07-17
Category : Computers
ISBN : 9781484248287

Get Book

Building Microservices Applications on Microsoft Azure by Harsh Chawla,Hemant Kathuria Pdf

Implement microservices starting with their architecture and moving on to their deployment, manageability, security, and monitoring. This book focuses on the key scenarios where microservices architecture is preferred over a monolithic architecture. Building Microservices Applications on Microsoft Azure begins with a survey of microservices architecture compared to monolithic architecture and covers microservices implementation in detail. You'll see the key scenarios where microservices architecture is preferred over a monolithic approach. From there, you will explore the critical components and various deployment options of microservices on platforms such as Microsoft Azure (public cloud) and Azure Stack (hybrid cloud). This includes in-depth coverage of developing, deploying, and monitoring microservices on containers and orchestrating with Azure Service Fabric and Azure Kubernetes Cluster (AKS). This book includes practical experience from large-scale enterprise deployments, therefore it can be a quick reference for solution architects and developers to understand the critical factors while designing a microservices application. What You Will LearnExplore the use cases of microservices and monolithic architecture Discover the architecture patterns to build scalable, agile, and secure microservices applicationsDevelop and deploy microservices using Azure Service Fabric and Azure Kubernetes Service Secure microservices using the gateway patternSee the deployment options for Microservices on Azure StackImplement database patterns to handle the complexities introduced by microservices Who This Book Is For Architects and consultants who work on Microsoft Azure and manage large-scale deployments.

Learn Azure in a Month of Lunches, Second Edition

Author : Iain Foulds
Publisher : Manning Publications
Page : 366 pages
File Size : 48,6 Mb
Release : 2020-10-06
Category : Computers
ISBN : 9781617297625

Get Book

Learn Azure in a Month of Lunches, Second Edition by Iain Foulds Pdf

Learn Azure in a Month of Lunches, Second Edition, is a tutorial on writing, deploying, and running applications in Azure. In it, you’ll work through 21 short lessons that give you real-world experience. Each lesson includes a hands-on lab so you can try out and lock in your new skills. Summary You can be incredibly productive with Azure without mastering every feature, function, and service. Learn Azure in a Month of Lunches, Second Edition gets you up and running quickly, teaching you the most important concepts and tasks in 21 practical bite-sized lessons. As you explore the examples, exercises, and labs, you'll pick up valuable skills immediately and take your first steps to Azure mastery! This fully revised new edition covers core changes to the Azure UI, new Azure features, Azure containers, and the upgraded Azure Kubernetes Service. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Microsoft Azure is vast and powerful, offering virtual servers, application templates, and prebuilt services for everything from data storage to AI. To navigate it all, you need a trustworthy guide. In this book, Microsoft engineer and Azure trainer Iain Foulds focuses on core skills for creating cloud-based applications. About the book Learn Azure in a Month of Lunches, Second Edition, is a tutorial on writing, deploying, and running applications in Azure. In it, you’ll work through 21 short lessons that give you real-world experience. Each lesson includes a hands-on lab so you can try out and lock in your new skills. What's inside Understanding Azure beyond point-and-click Securing applications and data Automating your environment Azure services for machine learning, containers, and more About the reader This book is for readers who can write and deploy simple web or client/server applications. About the author Iain Foulds is an engineer and senior content developer with Microsoft. Table of Contents PART 1 - AZURE CORE SERVICES 1 Before you begin 2 Creating a virtual machine 3 Azure Web Apps 4 Introduction to Azure Storage 5 Azure Networking basics PART 2 - HIGH AVAILABILITY AND SCALE 6 Azure Resource Manager 7 High availability and redundancy 8 Load-balancing applications 9 Applications that scale 10 Global databases with Cosmos DB 11 Managing network traffic and routing 12 Monitoring and troubleshooting PART 3 - SECURE BY DEFAULT 13 Backup, recovery, and replication 14 Data encryption 15 Securing information with Azure Key Vault 16 Azure Security Center and updates PART 4 - THE COOL STUFF 17 Machine learning and artificial intelligence 18 Azure Automation 19 Azure containers 20 Azure and the Internet of Things 21 Serverless computing

Hands-On Azure for Developers

Author : Kamil Mrzygłód
Publisher : Packt Publishing Ltd
Page : 598 pages
File Size : 55,7 Mb
Release : 2018-11-30
Category : Computers
ISBN : 9781789349498

Get Book

Hands-On Azure for Developers by Kamil Mrzygłód Pdf

Gain practical skills with Azure and understand how to start developing scalable and easy-to-maintain cloud applications Key FeaturesGet up and running with the development aspects of Azure cloudBuild fault-tolerant and scalable applications on AzureA practical, developer-centric guide for Azure developersBook Description Microsoft Azure is one of the fastest growing public cloud service providers in the market currently, and also holds the second highest market share after AWS. Azure has a sophisticated set of services that will help you build fault-tolerant and scalable cloud-based applications. Hands-On Azure for Developers will take you on a journey through multiple PaaS services available in Azure, including App Services, Functions, and Service Fabric, and explain in detail how to build a complete and reliable system with ease. You will learn about how to maximize your skills when building cloud-based solutions leveraging different SQL/NoSQL databases, serverless and messaging components, and even search engines such as Azure Search. In the concluding chapters, this book covers more advanced scenarios such as scalability best practices, serving static content with Azure CDN, and distributing loads with Azure Traffic Manager. By the end of the book, you will be able to build modern applications on the Azure cloud using the most popular and promising technologies, which will help make your solutions reliable, stable, and efficient. What you will learnImplement serverless components such as Azure functions and logic appsIntegrate applications with available storages and containersUnderstand messaging components, including Azure Event Hubs and Azure Queue StorageGain an understanding of Application Insights and other proper monitoring solutionsStore your data with services such as Azure SQL and Azure Data Lake StorageDevelop fast and scalable cloud applicationsWho this book is for Hands-On Azure for Developers is for developers who want to build highly scalable cloud-based applications on Azure. Prior knowledge of Azure services will be an added advantage.

Hands-On Machine Learning with Azure

Author : Thomas K Abraham,Parashar Shah,Jen Stirrup,Lauri Lehman,Anindita Basak
Publisher : Packt Publishing Ltd
Page : 340 pages
File Size : 53,9 Mb
Release : 2018-10-31
Category : Computers
ISBN : 9781789130270

Get Book

Hands-On Machine Learning with Azure by Thomas K Abraham,Parashar Shah,Jen Stirrup,Lauri Lehman,Anindita Basak Pdf

Implement machine learning, cognitive services, and artificial intelligence solutions by leveraging Azure cloud technologies Key FeaturesLearn advanced concepts in Azure ML and the Cortana Intelligence Suite architectureExplore ML Server using SQL Server and HDInsight capabilitiesImplement various tools in Azure to build and deploy machine learning modelsBook Description Implementing Machine learning (ML) and Artificial Intelligence (AI) in the cloud had not been possible earlier due to the lack of processing power and storage. However, Azure has created ML and AI services that are easy to implement in the cloud. Hands-On Machine Learning with Azure teaches you how to perform advanced ML projects in the cloud in a cost-effective way. The book begins by covering the benefits of ML and AI in the cloud. You will then explore Microsoft’s Team Data Science Process to establish a repeatable process for successful AI development and implementation. You will also gain an understanding of AI technologies available in Azure and the Cognitive Services APIs to integrate them into bot applications. This book lets you explore prebuilt templates with Azure Machine Learning Studio and build a model using canned algorithms that can be deployed as web services. The book then takes you through a preconfigured series of virtual machines in Azure targeted at AI development scenarios. You will get to grips with the ML Server and its capabilities in SQL and HDInsight. In the concluding chapters, you’ll integrate patterns with other non-AI services in Azure. By the end of this book, you will be fully equipped to implement smart cognitive actions in your models. What you will learnDiscover the benefits of leveraging the cloud for ML and AIUse Cognitive Services APIs to build intelligent botsBuild a model using canned algorithms from Microsoft and deploy it as a web serviceDeploy virtual machines in AI development scenariosApply R, Python, SQL Server, and Spark in AzureBuild and deploy deep learning solutions with CNTK, MMLSpark, and TensorFlowImplement model retraining in IoT, Streaming, and Blockchain solutionsExplore best practices for integrating ML and AI functions with ADLA and logic appsWho this book is for If you are a data scientist or developer familiar with Azure ML and cognitive services and want to create smart models and make sense of data in the cloud, this book is for you. You’ll also find this book useful if you want to bring powerful machine learning services into your cloud applications. Some experience with data manipulation and processing, using languages like SQL, Python, and R, will aid in understanding the concepts covered in this book

Hands-On Kubernetes on Azure

Author : Nills Franssens,Shivakumar Gopalakrishnan,Gunther Lenz
Publisher : Packt Publishing Ltd
Page : 369 pages
File Size : 43,7 Mb
Release : 2020-05-18
Category : Computers
ISBN : 9781800209275

Get Book

Hands-On Kubernetes on Azure by Nills Franssens,Shivakumar Gopalakrishnan,Gunther Lenz Pdf

Kick-start your DevOps career by learning how to effectively deploy Kubernetes on Azure in an easy, comprehensive, and fun way with hands-on coding tasks Key FeaturesUnderstand the fundamentals of Docker and KubernetesLearn to implement microservices architecture using the Kubernetes platformDiscover how you can scale your application workloads in Azure Kubernetes Service (AKS)Book Description From managing versioning efficiently to improving security and portability, technologies such as Kubernetes and Docker have greatly helped cloud deployments and application development. Starting with an introduction to Docker, Kubernetes, and Azure Kubernetes Service (AKS), this book will guide you through deploying an AKS cluster in different ways. You’ll then explore the Azure portal by deploying a sample guestbook application on AKS and installing complex Kubernetes apps using Helm. With the help of real-world examples, you'll also get to grips with scaling your application and cluster. As you advance, you'll understand how to overcome common challenges in AKS and secure your application with HTTPS and Azure AD (Active Directory). Finally, you’ll explore serverless functions such as HTTP triggered Azure functions and queue triggered functions. By the end of this Kubernetes book, you’ll be well-versed with the fundamentals of Azure Kubernetes Service and be able to deploy containerized workloads on Microsoft Azure with minimal management overhead. What you will learnPlan, configure, and run containerized applications in productionUse Docker to build apps in containers and deploy them on KubernetesImprove the configuration and deployment of apps on the Azure CloudStore your container images securely with Azure Container RegistryInstall complex Kubernetes applications using HelmIntegrate Kubernetes with multiple Azure PaaS services, such as databases, Event Hubs and Functions.Who this book is for This book is for aspiring DevOps professionals, system administrators, developers, and site reliability engineers looking to understand test and deployment processes and improve their efficiency. If you’re new to working with containers and orchestration, you’ll find this book useful.

Hands-On Linux Administration on Azure

Author : Kamesh Ganesan,Rithin Skaria,Frederik Vos
Publisher : Packt Publishing Ltd
Page : 508 pages
File Size : 55,5 Mb
Release : 2020-02-20
Category : Computers
ISBN : 9781839219542

Get Book

Hands-On Linux Administration on Azure by Kamesh Ganesan,Rithin Skaria,Frederik Vos Pdf

Develop a solid understanding of cloud computing, Linux virtual machine, container virtualization, and other fundamental concepts to create and manage your Linux workload in Azure Key FeaturesDeploy and manage virtual machines in the Azure environmentExplore open source tools to integrate automation and orchestrationImplement Linux features to create and manage containersBook Description Thanks to its flexibility in delivering scalable cloud solutions, Microsoft Azure is a suitable platform for managing all your workloads. You can use it to implement Linux virtual machines and containers, and to create applications in open source languages with open APIs. This Linux administration book first takes you through the fundamentals of Linux and Azure to prepare you for the more advanced Linux features in later chapters. With the help of real-world examples, you’ll learn how to deploy virtual machines (VMs) in Azure, expand their capabilities, and manage them efficiently. You will manage containers and use them to run applications reliably, and in the concluding chapter, you'll explore troubleshooting techniques using a variety of open source tools. By the end of this book, you'll be proficient in administering Linux on Azure and leveraging the tools required for deployment. What you will learnGrasp the fundamentals of virtualization and cloud computingUnderstand file hierarchy and mount new filesystemsMaintain the life cycle of your application in Azure Kubernetes ServiceManage resources with the Azure CLI and PowerShellManage users, groups, and filesystem permissionsUse Azure Resource Manager to redeploy virtual machinesImplement configuration management to configure a VM correctlyBuild a container using DockerWho this book is for If you are a Linux administrator or a Microsoft professional looking to deploy and manage your workload in Azure, this book is for you. Although not necessary, knowledge of Linux and Azure will assist with understanding core concepts.

Migrating a Two-Tier Application to Azure

Author : Peter De Tender
Publisher : Apress
Page : 280 pages
File Size : 49,9 Mb
Release : 2021-02-15
Category : Computers
ISBN : 1484264363

Get Book

Migrating a Two-Tier Application to Azure by Peter De Tender Pdf

Understand and build a proof of concept by migrating a multi-tiered .NET Core web application to the Azure public cloud, leveraging different Azure Infrastructure as a Service (IAAS), Azure Platform as a Service (PaaS), and Azure Container offerings. These include Azure Container Instance (ACI), Azure Kubernetes Services (AKS), and CI/CD pipeline deployments using Azure DevOps. After a first chapter in which you set up the baseline for the lab scenarios, you will start with the basics of automating Azure resource deployments using Visual Studio and powerful Azure Resource Manager (ARM) templates. Next, you’ll learn about the importance of performing proper assessments and the tools Microsoft offers to help in this migration preparation phase. After that, you will validate the virtual machine deployment and learn about SQL Server database migration to SQL Azure PaaS, as well as deploying and migrating web applications to Azure Web Apps. After covering these foundational platform components, the next chapters focus on the core concepts and advantages of using containers for running business workloads. These labs are based on Docker, Azure Container Registry (ACR), ACI, and Web App for Containers, and show you how to enable container orchestration and cloud-scale using AKS. In the last part of the book, you will work with Azure DevOps, the Microsoft application lifecycle environment, building a CI/CD pipeline to publish workloads using the DevOps principles and concepts. You’ll see the integration with the rest of the Azure services, closing with a module on overall Azure monitoring and operations and what tools Azure has available to assist your IT teams in this challenge. What You Will Learn Use Azure to enable digital transformation Carry out Azure automated deployments using ARM templates and Azure DevOps Run VM-based workloads on Azure Migrate VM-based workloads to Azure platform services Monitor Azure running workloads with Azure Monitor and Log Analytics Who This Book Is For Anyone who wants to learn about different Azure architectures by going through hands-on exercises.