{"id":9220,"date":"2021-05-30T14:20:41","date_gmt":"2021-05-30T14:20:41","guid":{"rendered":"https:\/\/prwatech.in\/blog\/?p=9220"},"modified":"2024-03-21T10:42:29","modified_gmt":"2024-03-21T10:42:29","slug":"administering-clusters-managing-clusters-google-kubernetes-engine","status":"publish","type":"post","link":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/kubernetes\/administering-clusters-managing-clusters-google-kubernetes-engine\/","title":{"rendered":"Administering GKE clusters"},"content":{"rendered":"\r\n<h2 class=\"wp-block-heading\"><span data-sheets-root=\"1\" data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Managing clusters | Google Kubernetes Engine&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:513,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0}\">Managing clusters | Google Kubernetes Engine<\/span><\/h2>\r\n<h3>\u00a0<\/h3>\r\n<h3><strong>Configuring a maintenance window<\/strong><\/h3>\r\n\r\n\r\n\r\n<p>Using Console.<\/p>\r\n\r\n\r\n\r\n<p>Open menu &gt;<a href=\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/creating-standard-gke-cluster\/\" data-type=\"URL\" data-id=\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/creating-standard-gke-cluster\/\"> Kubernetes<\/a> &gt; Clusters<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"395\" height=\"273\" class=\"wp-image-9221\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-532.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-532.png 395w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-532-300x207.png 300w\" sizes=\"auto, (max-width: 395px) 100vw, 395px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Open the Clusters.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"315\" height=\"177\" class=\"wp-image-9222\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-533.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-533.png 315w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-533-300x169.png 300w\" sizes=\"auto, (max-width: 315px) 100vw, 315px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>In Automation Section, Click on pencil icon of Maintenance Window.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"628\" height=\"178\" class=\"wp-image-9223\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-534.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-534.png 628w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-534-300x85.png 300w\" sizes=\"auto, (max-width: 628px) 100vw, 628px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Tick on Enable Maintenance Window. Choose the time and days for maintenance. Click Save Changes.<\/p>\r\n\r\n\r\n\r\n<p>If you want to disable a previously created maintenance window, Untick the Enable Maintenance Window.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"599\" height=\"815\" class=\"wp-image-9224\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-535.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-535.png 599w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-535-220x300.png 220w\" sizes=\"auto, (max-width: 599px) 100vw, 599px\" \/><\/figure>\r\n\r\n\r\n\r\n<h3><strong>Using Cloud Shell<\/strong><\/h3>\r\n\r\n\r\n\r\n<p>$\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 gcloud container clusters update &lt;Cluster name&gt; &#8211;maintenance-window-start 2021-05-09T06:05:00-12:00 &#8211;maintenance-window-end 2021-05-14T00:00:00-8:00 &#8211;maintenance-window-recurrence FREQ=WEEKLY &#8211;zone us-central1<\/p>\r\n\r\n\r\n\r\n<p>This code will create a maintenance window in cluster<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"628\" height=\"109\" class=\"wp-image-9225\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-536.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-536.png 628w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-536-300x52.png 300w\" sizes=\"auto, (max-width: 628px) 100vw, 628px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Removing Maintenence Window<\/p>\r\n\r\n\r\n\r\n<p>gcloud container clusters update gke-cluster-1 &#8211;clear-maintenance-window<\/p>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\"><strong>Cluster autoscaler<\/strong><\/h3>\r\n\r\n\r\n\r\n<p><a href=\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/creating-standard-gke-cluster\/\" target=\"_blank\" rel=\"noreferrer noopener\" data-type=\"URL\" data-id=\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/creating-standard-gke-cluster\/\">GKE<\/a>&#8216;s cluster autoscaler automatically resizes the number of nodes in a given node pool, based on the demands of your workloads. You don&#8217;t need to manually add or remove nodes or over-provision your node pools. Instead, you specify a minimum and maximum size for the node pool, and the rest is automatic.<\/p>\r\n\r\n\r\n\r\n<p>In the Cluster, Click on Pencil icon of Autoscaling profile.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"628\" height=\"170\" class=\"wp-image-9226\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-537.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-537.png 628w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-537-300x81.png 300w\" sizes=\"auto, (max-width: 628px) 100vw, 628px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Choose Optimize utilization for cluster and click Save Changes<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"619\" height=\"363\" class=\"wp-image-9227\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-538.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-538.png 619w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-538-300x176.png 300w\" sizes=\"auto, (max-width: 619px) 100vw, 619px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>The following command enables optimize-utilization autoscaling profile in an existing cluster<\/p>\r\n\r\n\r\n\r\n<p>$\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 gcloud beta container clusters update gke-cluster-1 &#8211;autoscaling-profile optimize-utilization<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-9228\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-539.png\" alt=\"\" width=\"691\" height=\"137\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-539.png 628w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-539-300x60.png 300w\" sizes=\"auto, (max-width: 691px) 100vw, 691px\" \/><\/figure>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\"><strong>Configuring Cloud Operations for GKE<\/strong><\/h3>\r\n\r\n\r\n\r\n<p>Google Kubernetes Engine (GKE) includes integration with Cloud Monitoring and Cloud Logging. This integration lets you monitor your running GKE clusters, manage your system and debug logs, and analyze your system&#8217;s performance using advanced profiling and tracing capabilities.<\/p>\r\n\r\n\r\n\r\n<p>To enable Cloud Operations for GKE<\/p>\r\n\r\n\r\n\r\n<p>$\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 gcloud container clusters update gke-cluster-1 &#8211;zone=us-central1 &#8211;enable-stackdriver-kubernetes<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"628\" height=\"101\" class=\"wp-image-9229\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-540.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-540.png 628w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-540-300x48.png 300w\" sizes=\"auto, (max-width: 628px) 100vw, 628px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>To enable Legacy Logging and Monitoring<\/p>\r\n\r\n\r\n\r\n<p>$\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 gcloud container clusters update gke-cluster-1 &#8211;zone=us-central1\u00a0 &#8211;logging-service logging.googleapis.com &#8211;monitoring-service monitoring.googleapis.com<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"628\" height=\"108\" class=\"wp-image-9230\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-541.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-541.png 628w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-541-300x52.png 300w\" sizes=\"auto, (max-width: 628px) 100vw, 628px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>To remove Cloud Operations for GKE or Legacy Logging and Monitoring,<\/p>\r\n\r\n\r\n\r\n<p>$\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 gcloud container clusters update gke-cluster-1 &#8211;zone=us-central1 &#8211;no-enable-stackdriver-kubernetes<\/p>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\"><strong>Enabling auto-repair for an existing node pool<\/strong><\/h3>\r\n\r\n\r\n\r\n<p>$\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 gcloud container node-pools update default-pool &#8211;cluster gke-cluster-1 &#8211;zone us-central1-c &#8211;enable-autorepair<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"628\" height=\"85\" class=\"wp-image-9231\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-542.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-542.png 628w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-542-300x41.png 300w\" sizes=\"auto, (max-width: 628px) 100vw, 628px\" \/><\/figure>\r\n\r\n\r\n\r\n<h3 class=\"wp-block-heading\"><strong>Disable auto-repair for an existing node pool<\/strong><\/h3>\r\n\r\n\r\n\r\n<p>$\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 gcloud container node-pools update default-pool &#8211;cluster gke-cluster-1 &#8211;zone us-central1-c &#8211;no-enable-autorepair<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"628\" height=\"82\" class=\"wp-image-9232\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-543.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-543.png 628w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-543-300x39.png 300w\" sizes=\"auto, (max-width: 628px) 100vw, 628px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Sometimes this error may arise. To rectify that, In Cluster basics, Click on pencil icon of Release channel.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"628\" height=\"192\" class=\"wp-image-9233\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-544.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-544.png 628w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-544-300x92.png 300w\" sizes=\"auto, (max-width: 628px) 100vw, 628px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Change Release channel to static version. And click Save Changes. Then try again.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"618\" height=\"474\" class=\"wp-image-9234\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-545.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-545.png 618w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-545-300x230.png 300w\" sizes=\"auto, (max-width: 618px) 100vw, 618px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Using Cloud Console.<\/p>\r\n\r\n\r\n\r\n<p>In cluster, Click on <a href=\"https:\/\/cloud.google.com\/free\/?utm_source=google&amp;utm_medium=cpc&amp;utm_campaign=japac-IN-all-en-dr-BKWS-all-core-trial-EXA-dr-1605216&amp;utm_content=text-ad-none-none-DEV_c-CRE_644159077391-ADGP_Hybrid+%7C+BKWS+-+EXA+%7C+Txt+~+GCP_General_core+brand_main-KWID_43700074766895889-aud-970366092687:kwd-87853815&amp;userloc_9062009-network_g&amp;utm_term=KW_gcp&amp;gad_source=1&amp;gclid=CjwKCAjw7-SvBhB6EiwAwYdCAR4cDE-TsZ_kVCYCYR1mZTa-kz1Gw1XbOOsZqzwmt_zR6_Ql78ybzhoCRi0QAvD_BwE&amp;gclsrc=aw.ds\">Nodes<\/a>.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"411\" height=\"115\" class=\"wp-image-9235\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-546.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-546.png 411w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-546-300x84.png 300w\" sizes=\"auto, (max-width: 411px) 100vw, 411px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Open the node pool which you created.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"391\" height=\"258\" class=\"wp-image-9236\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-547.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-547.png 391w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-547-300x198.png 300w\" sizes=\"auto, (max-width: 391px) 100vw, 391px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Click on Edit.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"448\" height=\"301\" class=\"wp-image-9237\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-548.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-548.png 448w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-548-300x202.png 300w\" sizes=\"auto, (max-width: 448px) 100vw, 448px\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Tick the Enable Auto Repair and Click Save.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"409\" height=\"385\" class=\"wp-image-9238\" src=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-549.png\" alt=\"\" srcset=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-549.png 409w, https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-549-300x282.png 300w\" sizes=\"auto, (max-width: 409px) 100vw, 409px\" \/><\/figure>\r\n<p>&nbsp;<\/p>\r\n<p>Managing clusters | Google Kubernetes Engine<\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>Managing clusters | Google Kubernetes Engine \u00a0 Configuring a maintenance window Using Console. Open menu &gt; Kubernetes &gt; Clusters Open the Clusters. In Automation Section, Click on pencil icon of Maintenance Window. Tick on Enable Maintenance Window. Choose the time and days for maintenance. Click Save Changes. If you want to disable a previously created [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,1639],"tags":[1460,605,699,700,1452,617,683,684,685,611,1400,692,1453,1459],"class_list":["post-9220","post","type-post","status-publish","format-standard","hentry","category-google-cloud-platform","category-kubernetes","tag-cluster-autoscaling","tag-gcp","tag-gcp-certification","tag-gcp-cloud-console","tag-gke-cluster","tag-google-cloud","tag-google-cloud-certification","tag-google-cloud-console","tag-google-cloud-courses","tag-google-cloud-platform","tag-google-cloud-platform-tutorial","tag-google-cloud-training","tag-kubernetes","tag-maintenence-window-in-cluster"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Managing clusters | Google Kubernetes Engine - Prwatech<\/title>\n<meta name=\"description\" content=\"Master Managing clusters | Google Kubernetes Engine - Dive deep with our expert instructors and comprehensive curriculum.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Managing clusters | Google Kubernetes Engine - Prwatech\" \/>\n<meta property=\"og:description\" content=\"Master Managing clusters | Google Kubernetes Engine - Dive deep with our expert instructors and comprehensive curriculum.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/kubernetes\/administering-clusters-managing-clusters-google-kubernetes-engine\/\" \/>\n<meta property=\"og:site_name\" content=\"Prwatech\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prwatech.in\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-05-30T14:20:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-21T10:42:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-532.png\" \/>\n<meta name=\"author\" content=\"Prwatech\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Eduprwatech\" \/>\n<meta name=\"twitter:site\" content=\"@Eduprwatech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prwatech\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/kubernetes\/administering-clusters-managing-clusters-google-kubernetes-engine\/\",\"url\":\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/kubernetes\/administering-clusters-managing-clusters-google-kubernetes-engine\/\",\"name\":\"Managing clusters | Google Kubernetes Engine - Prwatech\",\"isPartOf\":{\"@id\":\"https:\/\/prwatech.in\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/kubernetes\/administering-clusters-managing-clusters-google-kubernetes-engine\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/kubernetes\/administering-clusters-managing-clusters-google-kubernetes-engine\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-532.png\",\"datePublished\":\"2021-05-30T14:20:41+00:00\",\"dateModified\":\"2024-03-21T10:42:29+00:00\",\"author\":{\"@id\":\"https:\/\/prwatech.in\/blog\/#\/schema\/person\/db90baff7744090b2288bbc98fea87f3\"},\"description\":\"Master Managing clusters | Google Kubernetes Engine - Dive deep with our expert instructors and comprehensive curriculum.\",\"breadcrumb\":{\"@id\":\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/kubernetes\/administering-clusters-managing-clusters-google-kubernetes-engine\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/kubernetes\/administering-clusters-managing-clusters-google-kubernetes-engine\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/kubernetes\/administering-clusters-managing-clusters-google-kubernetes-engine\/#primaryimage\",\"url\":\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-532.png\",\"contentUrl\":\"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-532.png\",\"width\":395,\"height\":273},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/prwatech.in\/blog\/google-cloud-platform\/kubernetes\/administering-clusters-managing-clusters-google-kubernetes-engine\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/prwatech.in\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Administering GKE clusters\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/prwatech.in\/blog\/#website\",\"url\":\"https:\/\/prwatech.in\/blog\/\",\"name\":\"Prwatech\",\"description\":\"Share Ideas, Start Something Good.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/prwatech.in\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/prwatech.in\/blog\/#\/schema\/person\/db90baff7744090b2288bbc98fea87f3\",\"name\":\"Prwatech\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/prwatech.in\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c00bafc1b04045f31eda917de39891456c44fa47c092b9bb6be0f860a3a30a2f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c00bafc1b04045f31eda917de39891456c44fa47c092b9bb6be0f860a3a30a2f?s=96&d=mm&r=g\",\"caption\":\"Prwatech\"},\"url\":\"https:\/\/prwatech.in\/blog\/author\/prwatech123\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Managing clusters | Google Kubernetes Engine - Prwatech","description":"Master Managing clusters | Google Kubernetes Engine - Dive deep with our expert instructors and comprehensive curriculum.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Managing clusters | Google Kubernetes Engine - Prwatech","og_description":"Master Managing clusters | Google Kubernetes Engine - Dive deep with our expert instructors and comprehensive curriculum.","og_url":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/kubernetes\/administering-clusters-managing-clusters-google-kubernetes-engine\/","og_site_name":"Prwatech","article_publisher":"https:\/\/www.facebook.com\/prwatech.in\/","article_published_time":"2021-05-30T14:20:41+00:00","article_modified_time":"2024-03-21T10:42:29+00:00","og_image":[{"url":"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-532.png","type":"","width":"","height":""}],"author":"Prwatech","twitter_card":"summary_large_image","twitter_creator":"@Eduprwatech","twitter_site":"@Eduprwatech","twitter_misc":{"Written by":"Prwatech","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/kubernetes\/administering-clusters-managing-clusters-google-kubernetes-engine\/","url":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/kubernetes\/administering-clusters-managing-clusters-google-kubernetes-engine\/","name":"Managing clusters | Google Kubernetes Engine - Prwatech","isPartOf":{"@id":"https:\/\/prwatech.in\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/kubernetes\/administering-clusters-managing-clusters-google-kubernetes-engine\/#primaryimage"},"image":{"@id":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/kubernetes\/administering-clusters-managing-clusters-google-kubernetes-engine\/#primaryimage"},"thumbnailUrl":"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-532.png","datePublished":"2021-05-30T14:20:41+00:00","dateModified":"2024-03-21T10:42:29+00:00","author":{"@id":"https:\/\/prwatech.in\/blog\/#\/schema\/person\/db90baff7744090b2288bbc98fea87f3"},"description":"Master Managing clusters | Google Kubernetes Engine - Dive deep with our expert instructors and comprehensive curriculum.","breadcrumb":{"@id":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/kubernetes\/administering-clusters-managing-clusters-google-kubernetes-engine\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/prwatech.in\/blog\/google-cloud-platform\/kubernetes\/administering-clusters-managing-clusters-google-kubernetes-engine\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/kubernetes\/administering-clusters-managing-clusters-google-kubernetes-engine\/#primaryimage","url":"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-532.png","contentUrl":"https:\/\/prwatech.in\/blog\/wp-content\/uploads\/2021\/05\/image-532.png","width":395,"height":273},{"@type":"BreadcrumbList","@id":"https:\/\/prwatech.in\/blog\/google-cloud-platform\/kubernetes\/administering-clusters-managing-clusters-google-kubernetes-engine\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/prwatech.in\/blog\/"},{"@type":"ListItem","position":2,"name":"Administering GKE clusters"}]},{"@type":"WebSite","@id":"https:\/\/prwatech.in\/blog\/#website","url":"https:\/\/prwatech.in\/blog\/","name":"Prwatech","description":"Share Ideas, Start Something Good.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/prwatech.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/prwatech.in\/blog\/#\/schema\/person\/db90baff7744090b2288bbc98fea87f3","name":"Prwatech","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/prwatech.in\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c00bafc1b04045f31eda917de39891456c44fa47c092b9bb6be0f860a3a30a2f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c00bafc1b04045f31eda917de39891456c44fa47c092b9bb6be0f860a3a30a2f?s=96&d=mm&r=g","caption":"Prwatech"},"url":"https:\/\/prwatech.in\/blog\/author\/prwatech123\/"}]}},"_links":{"self":[{"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/posts\/9220","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/comments?post=9220"}],"version-history":[{"count":8,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/posts\/9220\/revisions"}],"predecessor-version":[{"id":11077,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/posts\/9220\/revisions\/11077"}],"wp:attachment":[{"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/media?parent=9220"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/categories?post=9220"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prwatech.in\/blog\/wp-json\/wp\/v2\/tags?post=9220"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}