Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
 Google Cloud Associate Cloud Engineer Certification and Implementation Guide

You're reading from   Google Cloud Associate Cloud Engineer Certification and Implementation Guide Master the deployment, management, and monitoring of Google Cloud solutions

Arrow left icon
Product type Paperback
Published in Sep 2023
Publisher Packt
ISBN-13 9781803232713
Length 606 pages
Edition 1st Edition
Arrow right icon
Authors (2):
Arrow left icon
Wojciech Marusiak Wojciech Marusiak
Author Profile Icon Wojciech Marusiak
Wojciech Marusiak
Agnieszka Koziorowska Agnieszka Koziorowska
Author Profile Icon Agnieszka Koziorowska
Agnieszka Koziorowska
Arrow right icon
View More author details
Toc

Table of Contents (20) Chapters Close

Preface 1. Part 1:Overview of Google Cloud Platform and Associate Cloud Engineer Certification
2. Chapter 1: Associate Cloud Engineer Certification Essentials FREE CHAPTER 3. Chapter 2: Google Cloud Platform Fundamentals 4. Part 2:Configuring and Implementing Google Cloud
5. Chapter 3: Planning and Managing GCP Resources 6. Chapter 4: Implementing Compute Solutions – Google Compute Engine 7. Chapter 5: Implementing Compute Solutions – Google Kubernetes Engine (Part 1) 8. Chapter 6: Implementing Compute Solutions – Google Kubernetes Engine (Part 2) 9. Chapter 7: Implementing Compute Solutions – Cloud Run, Cloud Functions, and Infrastructure as Code 10. Chapter 8: Configuring and Implementing Data Storage Solutions 11. Chapter 9: Configuring and Implementing Networking Components 12. Part 3:Data Analytics, Security, Operations, and Cost Estimation in Google Cloud
13. Chapter 10: Data Processing Services in Google Cloud 14. Chapter 11: Monitoring, Logging, and Estimating Costs in GCP 15. Chapter 12: Implementing Identity and Security in Google Cloud 16. Mock Test 1 17. Mock Test 2 18. Index 19. Other Books You May Enjoy

Cluster operations

After the first containerized application deployment, we will focus on Google Kubernetes management. Not only will we modify our clusters, but we will view resources and delete them as well. By performing those operations, we learn and memorize the steps needed to perform those activities and prepare for future use of GKE and containers.

Viewing cluster resources

Before we can perform any operation on a GKE cluster, we need to gather information about the existing cluster state, its configuration, and the resources available to us. This information will help us to understand the cluster and ensure that our operations are successful.

There are a number of ways to gather information about a GKE cluster. One way is to use the kubectl command-line tool. The kubectl get nodes command will list all nodes in the cluster, and the kubectl get pods command will list all Pods in the cluster.

Another way to gather information about a GKE cluster is to use the Kubernetes...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime