DevOps in Python: Infrastructure as Python
Autor Moshe Zadkaen Limba Engleză Paperback – 30 iun 2022
Take advantage of Python to automate complex systems with readable code. This new edition will help you move from operations/system administration into easy-to-learn coding.
You'll start by writing command-line scripts and automating simple DevOps-style tasks followed by creating reliable and fast unit tests designed to avoid incidents caused by buggy automation. You’ll then move on to more advanced cases, like using Jupyter as an auditable remote-control panel and writing Ansible and Salt extensions.
The updated information in this book covers best practices for deploying and updating Python applications. This includes Docker, modern Python packaging, and internal Python package repositories. You'll also see how to use the AWS API, and the Kubernetes API, and how to automate Docker container image building and running. Finally, you'll work with Terraform from Python to allow more flexible templating and customization of environments.
What You'll Learn
- Understand operating system automation with Python
- Package Python applications
- Use Python as a DevOps console
- Review Cloud automation with Python
Who This Book Is For
DevOps engineer. Site Reliability Engineer, or similar (including Platform, Production, and Systems), and whose organization uses Python.
Preț: 302.04 lei
Preț vechi: 377.55 lei
-20% Nou
Puncte Express: 453
Preț estimativ în valută:
57.81€ • 60.13$ • 48.45£
57.81€ • 60.13$ • 48.45£
Carte disponibilă
Livrare economică 20 februarie-06 martie
Livrare express 06-12 februarie pentru 99.85 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484279953
ISBN-10: 1484279956
Pagini: 234
Ilustrații: XVII, 234 p. 3 illus.
Dimensiuni: 178 x 254 x 20 mm
Greutate: 0.45 kg
Ediția:2nd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484279956
Pagini: 234
Ilustrații: XVII, 234 p. 3 illus.
Dimensiuni: 178 x 254 x 20 mm
Greutate: 0.45 kg
Ediția:2nd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
Chapter 1: Installing Python.- Chapter 2: Packaging.- Chapter 3: Interactive usage.- Chapter 4: OS Automation.- Chapter 5: Testing.- Chapter 6: Text manipulation.- Chapter 7: Requests -> httpx.- Chapter 8: Cryptography.- Chapter 9: Paramiko.- Chapter 10: Salt Stack.- Chapter 11: Ansible.- Chapter 12: Containers.- Chapter 13: AWS.- Chapter 14: Kubernetes.- Chapter 15: Terraform.
Notă biografică
Moshe has been involved in the Linux community since 1998, helping in Linux “installation parties”. Moshe has been programming Python since 1999 and has contributed to the core Python interpreter. Moshe has been a DevOps/SRE since before those terms existed, caring deeply about software reliability, build reproducibility, and other such things. They have worked in companies as small as three people and as big as tens of thousands – usually in someplace around where software meets system administration.
Textul de pe ultima copertă
Take advantage of Python to automate complex systems with readable code. This new edition will help you move from operations/system administration into easy-to-learn coding.
You'll start by writing command-line scripts and automating simple DevOps-style tasks followed by creating reliable and fast unit tests designed to avoid incidents caused by buggy automation. You’ll then move on to more advanced cases, like using Jupyter as an auditable remote-control panel and writing Ansible and Salt extensions.
The updated information in this book covers best practices for deploying and updating Python applications. This includes Docker, modern Python packaging, and internal Python package repositories. You'll also see how to use the AWS API, and the Kubernetes API, and how to automate Docker container image building and running. Finally, you'll work with Terraform from Python to allow more flexible templating andcustomization of environments.
You will:
- Understand operating system automation with Python
- Package Python applications
- Use Python as a DevOps console
- Review Cloud automation with Python
Caracteristici
Covers parametrizing Terraform, unit-testing DevOps code, and using Jupyter to increase development speed Covers the AWS API, and the Kubernetes API, and how to automate Docker container image building and running Written by someone using Python for DevOps over the last twenty years