ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Operating OpenShift

دانلود کتاب عملیات OpenShift

Operating OpenShift

مشخصات کتاب

Operating OpenShift

ویرایش:  
نویسندگان: ,   
سری:  
ISBN (شابک) : 9781098106393, 9781098106324 
ناشر: O'Reilly Media, Inc. 
سال نشر: 2022 
تعداد صفحات:  
زبان: English 
فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 2 Mb 

قیمت کتاب (تومان) : 42,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 4


در صورت تبدیل فایل کتاب Operating OpenShift به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب عملیات OpenShift نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب عملیات OpenShift

در حالی که OpenShift چندین لایه انتزاعی را بر روی Kubernetes وانیلی ارائه می‌کند، می‌تواند به سرعت از طریق مجموعه ویژگی‌ها و قابلیت‌های غنی خود بسیار فراگیر شود. این کتاب برای مهندسین قابلیت اطمینان سایت، مدیران سیستم، مهندسان DevOps و معماران ابری طراحی شده است تا به آنها کمک کند تا خوشه‌های OpenShift را از حداقل استقرار تا نصب‌های چند خوشه‌ای بزرگ درک و مدیریت کنند.


توضیحاتی درمورد کتاب به خارجی

While OpenShift provides several layers of abstraction over vanilla Kubernetes, it can rapidly become overwhelming through its rich feature set and functionality. This book is designed for Site Reliability Engineers, System Administrators, DevOps Engineers and Cloud Architects, to help them understand and manage OpenShift clusters from minimal deployment to large multi-cluster installations.



فهرست مطالب

Copyright
Table of Contents
Preface
	Conventions Used in This Book
	Using Code Examples
	O’Reilly Online Learning
	How to Contact Us
	Acknowledgments
Chapter 1. Introduction
	Traditional Operations Teams
	How Site Reliability Engineering Helps
	OpenShift as a Tool for Site Reliability Engineers
	Individual Challenges for SRE Teams
Chapter 2. Installing OpenShift
	OKD, OCP, and Other Considerations
		OKD
		OCP
		OSD, ROSA, and ARO
	Local Clusters with OpenShift Local
	Planning Cluster Size
		Instance Sizing Recommendations
		Node Sizing Recommendations
		Master Sizing Recommendations
		Infra Nodes
	Basic OpenShift Installations
		Installer-Provisioned Infrastructure
		Self-Provisioned Infrastructure
	Summary
Chapter 3. Running Workloads on OpenShift
	Deploying Code
		Deploying Existing Container Images
		Deploying Applications from Git Repositories
	Accessing Deployed Services
		Accessing Services from Other Pods
		Distribution of Requests
	Exposing Services
		Route by Auto-generated DNS Names
		Route by Path
		External Load Balancers
	Securing Services with TLS
		Specifying TLS Certificates
		Redirecting Traffic to TLS Route
		Let’s Encrypt Trusted Certificates
		Encrypted Communication to the Service
	Summary
Chapter 4. Security
	Cluster Access
	Role-Based Access Control
		Roles and ClusterRoles
		RoleBindings and ClusterRoleBindings
		CLI
	ServiceAccounts
	Threat Modelling
	Workloads
	Summary
Chapter 5. Automating Builds
	OpenShift Image Builds
		Docker Build
		Source to Image (S2I) Build
		Custom S2I Images
	Red Hat OpenShift Pipelines
		Overview
		Install Red Hat OpenShift Pipelines
		Setting Up the Pipeline
		Turning the Pipeline into Continuous Integration
	Summary
Chapter 6. In-Cluster Monitoring Stack
	Cluster Monitoring Operator
		Prometheus Operator
		User Workload Monitoring
	Visualizing Metrics
		Console Dashboards
		Using Grafana
	Summary
Chapter 7. Advanced Monitoring and Observability Strategies
	Service Oriented Monitoring
		Service Level Indicators
		Service Level Objectives
		Tools
	Logging
		ClusterLogging
		Log Forwarding
		Loki
	Visualization
		Installation
		Creating a Grafana Instance
		Data Source
		Dashboards
	Summary
Chapter 8. Automating OpenShift Cluster Operations
	Recurring Operations Tasks
		Application Updates
		Certificate Renewals
		OpenShift Updates
		Backups
	Automating Recurring Operations Tasks
		Persistence
		Creating Snapshots
		Using CronJobs for Task Automation
	Cluster Configuration
	Manage Cluster Configuration with OpenShift GitOps
		Installing OpenShift GitOps
		Managing Configuration with OpenShift GitOps
		Managing Configuration of Multiple Clusters with OpenShift GitOps
	Summary
Chapter 9. Developing Custom Operators to Automate Cluster Operations
	Operator SDK
	Operator Design
	Bootstrapping the Operator
	Setting Up a CA Directory for Development
	Designing the Custom Resource Definition
	Installing the CustomResourceDefinition
	Local Operator Development
	The Reconcile Function
	Deploying the Operator
	Creating and Updating OpenShift Resources
	Specifying RBAC Permissions
	Routing Traffic to the Operator
	Adding Additional Controllers
	Updating Resource Status
	Summary
Chapter 10. Practical Patterns for Operating OpenShift Clusters at Scale
	Cluster Lifecycle
	Cluster Configuration
	Logging
	Monitoring
	Alerting
	Automation
	On Call
		Primary On Call
		Backup On Call
		Shift Rotation
		Ticket Queue
	Incident Management
		When to Declare an Incident
		Inform the Customer
		Define Roles
		Incident Timeline
		Document the Process
		Postmortem
	Accessing OpenShift Clusters
	The Stage Is Yours
Index
About the Authors
Colophon




نظرات کاربران