Resultaten voor 'andrew block'

7 resultaten
  1. Red Hat Certified Engineer (RHCE) Ansible Automation Study Guide
    1. Alex , Bueno
    2. Andrew , Block

    Red Hat Certified Engineer (RHCE) Ansible Automation Study Guide

    With the Ansible automation tool, developers and system administrators in the enterprise can automate the provisioning, configuration, and management of distributed and on-premises systems. This study guide prepares you for the Red Hat Certified Engineer (RHCE) certification exam, 90% of which covers Ansible. Red Hat's Alex Soto Bueno and Andrew Block walk you through all the material covered in the exam. You'll begin with foundational concepts that build on one another and then dive into specific exam topics. The performance-based RHCE exam requires a deep knowledge of Ansible systems and tasks under time pressure. This comprehensive guide is the ideal way to prepare. Learn how Ansible can simplify your day-to-day operations Solve real-world Ansible problems in a hands-on command-line environment Install Ansible and set up managed environments Use ad hoc commands and include them in scripts as requested in the exam Prepare your Ansible configuration file and inventory file Set up and prepare nodes, including SSH key-based authentication Install required Ansible packages

    € 59,50
  2. Argo CD: Up and Running
    1. Andrew , Block
    2. Christian , Hernandez

    Argo CD: Up and Running

    Learn how to manage Kubernetes clusters and application configurations with Argo CD, the easy-to-use open source GitOps engine. With this practical book, development teams will quickly gain a foundational understanding of Argo CD for deploying and managing containerized applications - without having to be a Kubernetes expert, and without needing full access to an existing Kubernetes environment. With the adoption of Kubernetes, the ability to effectively manage platform configurations has become a paramount concern. Authors Andrew Block from Red Hat and Christian Hernandez from Akuity show you how to apply GitOps practices with Argo CD to manage one or even thousands of Kubernetes environments with confidence. You'll start with a basic understanding of the Argo CD technology and quickly learn how to achieve faster and more secure deployments. With this book, you will: Learn the basics of applying GitOps principles to your Kubernetes environments Use Argo CD to manage Kubernetes configurations as well as the applications you deploy to the platform Manage the configurations of a single Kubernetes cluster or thousands of clusters Deploy Kubernetes resources using tools such as Kustomize and Helm Understand the importance of managing sensitive material and resources

    € 66,00
  3. Managing Kubernetes Resources Using Helm - Second Edition
    1. Andrew , Block
    2. Austin , Dewey

    Managing Kubernetes Resources Using Helm - Second Edition

    Reduce the complexity of managing applications on Kubernetes and develop an enterprise pattern for application deliveryKey Features:Learn best practices from the core maintainer of Helm for application delivery and life cycle managementManage applications deployed in Kubernetes effectively using HelmGo beyond the basics when using Helm with key security considerations and management optionsBook Description:Containerization is one of the best ways to implement DevOps, and learning how to execute it effectively is an essential part of a developer's skillset. Kubernetes is the current industry standard for container orchestration. This book will help you discover the efficiency of managing applications running on Kubernetes with Helm.Starting with a brief introduction to Helm and its impact on users working with containers and Kubernetes, you'll delve into the primitives of Helm charts and their architecture and use cases. From there, you'll understand how to write Helm charts in order to automate application deployment on Kubernetes and work your way toward more advanced strategies. These enterprise-ready patterns are focused on concepts beyond the basics so that you can use Helm optimally, looking at topics related to automation, application development, delivery, lifecycle management, and security.By the end of this book, you'll have learned how to leverage Helm to build, deploy, and manage applications on Kubernetes.What You Will Learn:Understand how to deploy applications on Kubernetes with easePackage dynamic applications for deployment on KubernetesIntegrate Helm into an existing software release processDevelop an enterprise automation strategy on Kubernetes using HelmUse Helm within a Helm Kubernetes operatorLeverage Helm in a secure and stable manner that fits the enterpriseDiscover the ins and outs of automation with HelmWho this book is for:This book is for Kubernetes developers or administrators who are interested in learning Helm to provide automation for app development on Kubernetes. Although no prior knowledge of Helm is required, basic knowledge of Kubernetes application development will be useful.

    € 60,00
  4. Psychological Assessment of Surgical Candidates

    Psychological Assessment of Surgical Candidates

    Surgery outcomes can vary due to psychosocial factors, such as substance use and caregiver support. This book presents evidence-based approaches to presurgical psychological assessment across a broad range of medical conditions.  

    € 70,50
  5. Kubernetes Secrets Management
    1. Alex , Soto Bueno
    2. Andrew , Block

    Kubernetes Secrets Management

    Safely manage your secret information like passwords, keys, and certificates in Kubernetes. This practical guide is full of best practices and methods for adding layers of security that will defend the critical data of your applications.In Kubernetes Secrets Management you will find: Strategies for storing secure assets in Kubernetes Cryptographic options and how to apply them in Kubernetes Using the HashiCorp Vault server on Kubernetes for secure secrets storage Managing security with public cloud providers Applying security concepts using tools from the Kubernetes ecosystem End-to-end secrets storage from development to operations Implementing in Kubernetes in CI/CD systems Secrets, like database passwords and API keys, are some of the most important data in your application. Kubernetes Secrets Management reveals how to store these sensitive assets in Kubernetes in a way that’s protected against leaks and hacks. You’ll learn the default capabilities of Kubernetes secrets, where they’re lacking, and alternative options to strengthen applications and infrastructure. Discover a security-first mindset that is vital for storing and using secrets correctly, and tools and concepts that will help you manage sensitive assets such as certificates, keys, and key rotation. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Kubernetes relies on passwords, tokens, keys, certificates, and other sensitive information to keep your system secure. But how do you keep these “secrets” safe? In this concise, practical book you’ll learn secrets management techniques that go far beyond the Kubernetes defaults. About the book Kubernetes Secrets Management reveals security best practices and reliable third-party tools for protecting sensitive data in Kubernetes-based systems. In this focused guide, you’ll explore relevant, real-world examples like protecting secrets in a code repository, securing keys with HashiCorp Vault, and adding layers to maintain protection after a breach. Along the way, you’ll pick up secrets management techniques you can use outside Kubernetes, as well. What's inside Cryptographic options you can apply in Kubernetes Managing security with public cloud providers Secrets storage, from development to production End-to-end Kubernetes secrets management in CI/CD systems About the reader For readers experienced with Kubernetes and CI/CD practices. About the author Alex Soto is a director of developer experience at Red Hat, a Java Champion since 2007, an international speaker, and a teacher at Salle URL University. Andrew Block is a distinguished architect with Red Hat, and an active member of the open-source community. Table of Contents PART 1 SECRETS AND KUBERNETES 1 Kubernetes Secrets 2 An introduction to Kubernetes and Secrets PART 2 MANAGING SECRETS 3 Securely storing Secrets 4 Encrypting data at rest 5 HashiCorp Vault and Kubernetes 6 Accessing cloud secrets stores PART 3 CONTINUOUS INTEGRATION AND CONTINUOUS DELIVERY 7 Kubernetes-native continuous integration and Secrets 8 Kubernetes-native continuous delivery and Secrets

    € 56,00
  6. Learn Helm
    1. Austin , Dewey
    2. Andrew , Block

    Learn Helm

    A comprehensive introduction to automated application deployment on Kubernetes for beginnersKey Features Effectively manage applications deployed in Kubernetes using Helm Learn to install, upgrade, share, and manage applications deployed in Kubernetes Get up and running with a package manager for KubernetesBook DescriptionContainerization is currently known to be one of the best ways to implement DevOps. While Docker introduced containers and changed the DevOps era, Google developed an extensive container orchestration system, Kubernetes, which is now considered the frontrunner in container orchestration. With the help of this book, you’ll explore the efficiency of managing applications running on Kubernetes using Helm.Starting with a short introduction to Helm and how it can benefit the entire container environment, you’ll then delve into the architectural aspects, in addition to learning about Helm charts and its use cases. You’ll understand how to write Helm charts in order to automate application deployment on Kubernetes. Focused on providing enterprise-ready patterns relating to Helm and automation, the book covers best practices for application development, delivery, and lifecycle management with Helm.By the end of this Kubernetes book, you will have learned how to leverage Helm to develop an enterprise pattern for application delivery.What you will learn Develop an enterprise automation strategy on Kubernetes using Helm Create easily consumable and configurable Helm charts Use Helm in orchestration tooling and Kubernetes operators Explore best practices for application delivery and life cycle management Leverage Helm in a secure and stable manner that is fit for your enterprise Discover the ins and outs of automation with HelmWho this book is forThis book is for Kubernetes developers or administrators who are interested in learning Helm to provide automation for application development on Kubernetes. Although no prior knowledge of Helm is required, basic knowledge of Kubernetes application development will be useful.

    € 51,30
  7. The English Novel, 1740-1850
    1. Andrew , Block

    The English Novel, 1740-1850

    Andrew Block's checklist is a tool for the book collector, the librarian, the bookseller, the research student, and the supervisor of research students. It can be used for the rapid finding of the wanted fact; it is a useful reference book for any collection.

    € 99,50