Електронні книги
44865
Eлектронна книга

The Kreutzer Sonata and Other Stories

Leo Tolstoy

So in this work the reader appears to be one of the companions in the train. At first, there are usual discussions on a common topic, when everyone expresses his opinion, and then, leaving at his station, he remains at his own. But those who go further can hear a frank story about passions, feelings, about the tragedy of one private life. Accurately written about the influence of music. And this moment only emphasizes that the person who so perceives music, deep down in his soul is capable of the strongest experiences. It is not surprising that it was music, observation of what was happening in the soul of musicians during a truly felt performance, that became a powerful impetus to that tragic act.

44866
Eлектронна книга

The Kubernetes Bible. The definitive guide to deploying and managing Kubernetes across cloud and on-prem environments - Second Edition

Gineesh Madapparambath, Russ McKendrick, Ed Price

Kubernetes has become the go-to orchestration platform for containerized applications. As a Kubernetes user, you know firsthand how powerful yet complex this tool can be. The Kubernetes Bible cuts through the complexity, offering hands-on examples and expert advice to conquer containerization challengesWith this new edition, you will master cutting edge security practices, deploy seamlessly and scale effortlessly, ensuring unwavering service availability. You will gain the expertise to craft production-grade applications, secure development environments, navigate complex deployments with ease, and become a security maestro. You will be able to optimize network communication and data management across major cloud platforms. Additionally, this book dives deep into these challenges, offering solutions such as multi-container Pods, advanced security techniques, and expert networking guidance. You will also explore persistent storage advancements, cloud-specific cluster management updates, and best practices for traffic routingBy the end of this comprehensive guide, you will possess the skills and knowledge to orchestrate your containerized applications with precision, ensuring their optimal performance and scalability. Stop settling for basic container management. Order your copy today and orchestrate your containers to greatness.

44867
Eлектронна книга

The Kubernetes Bible. The definitive guide to deploying and managing Kubernetes across major cloud platforms

Nassim Kebbani, Piotr Tylenda, Russ McKendrick

With its broad adoption across various industries, Kubernetes is helping engineers with the orchestration and automation of container deployments on a large scale, making it the leading container orchestration system and the most popular choice for running containerized applications.This Kubernetes book starts with an introduction to Kubernetes and containerization, covering the setup of your local development environment and the roles of the most important Kubernetes components. Along with covering the core concepts necessary to make the most of your infrastructure, this book will also help you get acquainted with the fundamentals of Kubernetes. As you advance, you'll learn how to manage Kubernetes clusters on cloud platforms, such as Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform (GCP), and develop and deploy real-world applications in Kubernetes using practical examples. Additionally, you'll get to grips with managing microservices along with best practices.By the end of this book, you'll be equipped with battle-tested knowledge of advanced Kubernetes topics, such as scheduling of Pods and managing incoming traffic to the cluster, and be ready to work with Kubernetes on cloud platforms.

44868
Eлектронна книга

The Kubernetes Book. A Comprehensive Guide to Container Orchestration and Cloud-Native Deployment - Third Edition

Nigel Poulton, Pushkar Joglekar

Kubernetes is a powerful container orchestration platform that enables efficient application deployment, scaling, and management. This book begins with foundational concepts, explaining Kubernetes architecture, control planes, worker nodes, and the declarative model. Readers will learn how to set up a Kubernetes environment using tools like Docker Desktop and cloud-based solutions.The book then covers core operational topics, including Pods, Deployments, Namespaces, and Services, providing hands-on exercises to reinforce learning. Networking, storage, and security are explored in depth, with real-world examples of managing applications, configuring RBAC, and using ConfigMaps and Secrets. Advanced topics such as StatefulSets, the Kubernetes API, and service discovery offer insights into optimizing and securing Kubernetes workloads.Security is a key focus, with chapters dedicated to API security, threat modeling, and real-world Kubernetes security practices. Readers will gain practical knowledge on securing clusters, managing access controls, and mitigating common threats. By the end, they will be equipped with the skills to deploy, scale, and secure Kubernetes environments effectively.

44869
Eлектронна книга

The Kubernetes Book. Navigate the world of Kubernetes with expertise - Second Edition

Nigel Poulton, Pushkar Joglekar

Containers transformed how we package and deploy applications, but they came with inherent challenges. Kubernetes is a platform for deploying and managing containerized applications at scale. It also abstracts underlying infrastructure, making it easier to deploy and manage applications across heterogenous clouds and on-premises environments. The Kubernetes Book offers a beginner-friendly approach to mastering Kubernetes architecture and core concepts such as Pods, Deployments, Services, StatefulSets, Ingress, & ConfigMaps. It also demystifies the Kubernetes API, teaches you how to secure Kubernetes, and brings you up to speed with important cloud-native concepts such as microservices, declarative configuration, desired state, & reconciliation. The book also serves as a comprehensive guide for software developers, systems administrators, cloud engineers, and architects to help them master Kubernetes. It offers the most precise explanations and is full of practical examples to help develop applications on a laptop and then deploy them to real-world Kubernetes environments. The Kubernetes Book is updated annually, meaning it's always up to date with the latest and greatest in the Kubernetes and cloud-native ecosystems.

44870
Eлектронна книга

The Kubernetes Book. The fastest way to get your head around Kubernetes

Nigel Poulton, Pushkar Joglekar

Kubernetes is the leading orchestrator of cloud-native apps. With knowledge of how to work with Kubernetes, you can easily deploy and manage applications on the cloud or in your on-premises data center. The book begins by introducing you to Kubernetes and showing you how to install it. You’ll learn how to use Kubernetes Services and bring stable and reliable networking to apps that are deployed on Kubernetes. You'll delve deep into the powerful storage subsystem of Kubernetes and learn how to leverage the variety of external storage backends in your applications. As the book progresses, it shows you how to use features such as DaemonSets, Helm, and RBAC to enhance your Kubernetes applications. You'll explore the six categories of identifying vulnerabilities and look at a few ways to prevent and mitigate them. You'll also look at ways to secure the software delivery pipeline by discussing some image-related best practices. The book ends by sharing with you some resources that’ll help take your Kubernetes knowledge to the next level.By the end of the book, you’ll have the confidence and skills to leverage all the features of Kubernetes to develop scalable applications.

44871
Eлектронна книга

The Kubernetes Operator Framework Book. Overcome complex Kubernetes cluster management challenges with automation toolkits

Michael Dame

From incomplete collections of knowledge and varying design approaches to technical knowledge barriers, Kubernetes users face various challenges when developing their own operators. Knowing how to write, deploy, and pack operators makes cluster management automation much easier – and that's what this book is here to teach you.Beginning with operators and Operator Framework fundamentals, the book delves into how the different components of Operator Framework (such as the Operator SDK, Operator Lifecycle Manager, and OperatorHub.io) are used to build operators. You’ll learn how to write a basic operator, interact with a Kubernetes cluster in code, and distribute that operator to users. As you advance, you’ll be able to develop a sample operator in the Go programming language using Operator SDK tools before running it locally with Operator Lifecycle Manager, and also learn how to package an operator bundle for distribution. The book covers best practices as well as sample applications and case studies based on real-world operators to help you implement the concepts you’ve learned.By the end of this Kubernetes book, you’ll be able to build and add application-specific operational logic to a Kubernetes cluster, making it easier to automate complex applications and augment the platform.

44872
Eлектронна книга

The Kubernetes Workshop. Learn how to build and run highly scalable workloads on Kubernetes

Zachary Arnold, Sahil Dua, Wei Huang, Faisal Masood, ...

Thanks to its extensive support for managing hundreds of containers that run cloud-native applications, Kubernetes is the most popular open source container orchestration platform that makes cluster management easy. This workshop adopts a practical approach to get you acquainted with the Kubernetes environment and its applications.Starting with an introduction to the fundamentals of Kubernetes, you’ll install and set up your Kubernetes environment. You’ll understand how to write YAML files and deploy your first simple web application container using Pod. You’ll then assign human-friendly names to Pods, explore various Kubernetes entities and functions, and discover when to use them. As you work through the chapters, this Kubernetes book will show you how you can make full-scale use of Kubernetes by applying a variety of techniques for designing components and deploying clusters. You’ll also get to grips with security policies for limiting access to certain functions inside the cluster. Toward the end of the book, you’ll get a rundown of Kubernetes advanced features for building your own controller and upgrading to a Kubernetes cluster without downtime.By the end of this workshop, you’ll be able to manage containers and run cloud-based applications efficiently using Kubernetes.

44873
Eлектронна книга

The Lady Called Nita

Edgar Wallace

Few people today would recognize the name Edgar Wallace but before his death in 1933 he was a literary force to be reckoned with. He was both prolific and popular and his books reportedly sold at the rate of 5,000 a day. This enjoyable collection includes eight mystery stories by Edgar Wallace: The Lady Called Nita, The Man Who Married His Cook, Mr. Sigees Relations, The Knight Who Could Not Kneel, Her Fathers Daughter, The Dramatic Butler, Diana Helps, Con-Lacto Is Strength. These stories are fast-paced with some surprising twists, well written and great to read. Highly recommended for people who like to treat a mystery story as a solvable riddle.

44874
Eлектронна книга

The Lady in Blue

Fred M. White

Fred M. White was a science fiction writer and wrote many spy stories. Events in the story The Lady in Blue take place in London. The main character, Rupert Kelso, returns from Norway and lives his usual life, until fate decided intervene. Kelso should assist in an investigation into the robbery of a gemstone.

44875
Eлектронна книга

The Lady in the Car. In Which the Amours of a Mysterious Motorist are Related

William Le Queux

The Prince broke open a big box of choice Petroffs, selected one, lit it slowly, and walked pensively to the window. He was in a good mood that morning, for he had just got rid of a troublesome visitor.

44876
Eлектронна книга

The Lady of Ascot

Edgar Wallace

She could not yet be called a woman, but she was no longer a child under any circumstances. Curiosity spreads in the small village of Ascot when a wealthy Countess settles there. Even the private investigator John Morlay is enraptured by the young and beautiful Marie Fioli. When he is surprisingly hired by former nanny Maries Beschutzer, he sees a chance to get closer to the Countess. But his mission serves a completely different purpose... As the novel is rather short and quite fast-paced with a lot of scenery-changes and adventures, this nice. The Lady of Ascot is one of the most successful book of the 30s, the golden age of mysteries. Recommended for Edgar Wallace fans and fans of old-time, classic crime thrillers.

44877
Eлектронна книга

The Lady of Blossholme

H. Rider Haggard

This is a story about the adventures of the time of King Henry VIII and the pilgrimage of grace. This is one of the most historical adventures of Haggard, in which there are almost no elements of fantasy. King Henry and Cromwell put in appearances and evil men plot against the good guys. There is also a love story involved between Foterells daughter, Cicely and the man shes loved since childhood, Sir Christopher Harflete

44878
Eлектронна книга

The Lady of Little Hell

Edgar Wallace

One of the most prolific writers of the twentieth century, Edgar Wallace was an immensely popular author, who created exciting thrillers spiced with tales of treacherous crooks and hard-boiled detectives. These were largely adventure narratives with elements of crime or mystery, and usually combined a bombastic sensationalism with hammy violence. In this exciting page-turner, originally published in 1929, from the undisputed King of Thrillers, Edgar Wallace, we see the brave women and sturdy men, much rushing to and for, and a dramatic climax. During the 1920s and 30s, it was said that one of every four books read in England was written by Wallace, who ultimately produced 173 books and 17 plays.

44879
Eлектронна книга

The Lady With The Dog and Other Stories

Anton Pavlovich Chekhov

No, this is not a banal story about a resort romance. Spiritually, her heroes escaped beyond the boundaries of the nineteenth century, but are forced to live in its choking conditions and foundations. The stands that will soon be brought down by World War I with an explosion of revolution. In the meantime, two loving hearts are torn in a world in which they will never be together.

44880
Eлектронна книга

The Lair of the White Worm

Bram Stoker

Partly based on the Lambton worm it is a horror story that features a giant white worm that can transform into a woman. Adam Salton, born and raised in Australia, is contacted by his granduncle in England, for the purpose of stablishing a relationship between these last two members of the family. Adam travels to Richard Saltons house in Mercia, and quickly finds himself in the center of some inexplicable occurrences. The new heir to the Caswall estate, Edgar Caswall appears to be making some sort of a mesmeric assault on a local girl. And, a local lady, Arabella March, seems to be running a game of her own, perhaps angling to become Mrs. Caswall. There is something strange about Lady March, something inexplicable and evil.