
Google Cloud Platform Administration
Design highly available, scalable, and secure cloud solutions on GCP
- 230 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Google Cloud Platform Administration
Design highly available, scalable, and secure cloud solutions on GCP
About this book
Make the most of GCP's offerings to manage your data center workload and optimize deployments
Key Features
- Discover new techniques to administer, manage, and deploy applications on GCP
- Understand effective solutions for storing, retrieving, and deploying your container images
- Explore various offerings of GCP for operations and security
Book Description
On-premise data centers are costly to manage. If you need a data center but don't want to deal with a physical one, Google Cloud Platform (GCP) is the solution. With GCP, you can build, test, and deploy applications on Google's infrastructure.
Google Cloud Platform Administration begins with GCP fundamentals, with the help of which you will deploy your first app and gain an understanding of Google Cloud architecture and services. Furthermore, you will learn how to manage Compute, networking, and storage resources. As you make your way through the book, you will learn how to track and manage GCP's usage, monitoring, and billing access control. You will also be able to manage your GCP's access and permissions. In the concluding chapters, you will explore a list of different developer tools for managing and interacting with the GCP platform.
By the end of this book, you will have learned how to effectively deploy workloads on GCP.
What you will learn
- Understand all GCP Compute components
- Deploy and manage multiple GCP storage options
- Manage and utilize the networking resources offered by GCP
- Explore the functionalities and features of the GCP Container
- Understand the workings of GCP operations such as monitoring and error reporting
- Discover an immune GCP using its identity and security options
Who this book is for
Google Cloud Platform Administration is for administrators, cloud architects, and engineers who want to leverage the upcoming Google Cloud Platform. Some basic understanding of cloud computing will be useful.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Google Cloud Platform Operations
- Stackdriver monitoring and logging
- Stackdriver error reporting
- Stackdriver debugger
- Strackdriver profiler
- Stackdriver Trace
Stackdriver monitoring and logging
- Create a compute engine instance
- Install an Apache HTTP server
- Create a Stackdriver account and install agents
- Create checks and policies
- Create dashboards and alerts
- Review logs
$ gcloud projects create stackdriver-test-123 --name stackdriver-test-project Create in progress for [https://cloudresourcemanager.googleapis.com/v1/projects/stackdriver-test-123]. Waiting for [operations/cp.7718643467432378132] to finish...done. $ gcloud projects list PROJECT_ID NAME PROJECT_NUMBER kubecluster-206421 KubeCluster 944435304139 premium-bearing-206421 My First Project 766565060122 stackdriver-test-123 stackdriver-test-project 968775468325
$ gcloud config list [core] account = [email protected] disable_usage_reporting = True project = kubecluster-206421 $ gcloud config unset project Unset property [core/project]. $ gcloud config list [core] account = [email protected] disable_usage_reporting = True Your active configuration is: [abcd] $ gcloud config set project stackdriver-test-123 Updated property [core/project]. $ gcloud config list [core] account = hidden@g...
Table of contents
- Title Page
- Copyright and Credits
- Dedication
- Packt Upsell
- Contributors
- Preface
- Introduction to Google Cloud Platform
- Google Cloud Platform Compute
- Google Cloud Platform Storage
- Google Cloud Platform Networking
- Google Cloud Platform Containers
- Google Cloud Platform Operations
- Google Cloud Platform Identity and Security
- Google Cloud Platform Billing
- Google Cloud Platform Tools
- Other Books You May Enjoy