techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

5.2K
active users

#gke

0 posts0 participants0 posts today
simplyblock<p><strong>Kubernetes Storage Without the Pain: Simplyblock in 15 Minutes</strong></p> Whether you're building a high-performance cloud-native app or running data-heavy workloads in your own infrastructure, persistent storage is necessary. In Kubernetes, this means having storage that survives pod restarts, failures, and rescheduling events—and that’s precisely what simplyblock brings to the table: blazing-fast, scalable, and software-defined storage with cloud economics. A hyper-converged storage solution, like simplyblock enables Kubernetes storage par excellence. In […] <p><a href="https://www.simplyblock.io/blog/install-simplyblock-hyper-converged/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">simplyblock.io/blog/install-si</span><span class="invisible">mplyblock-hyper-converged/</span></a></p>
LavX News<p>Google Unleashes Kubernetes Innovations to Propel AI Development</p><p>At the Google Cloud Next 2025 event, Google introduced groundbreaking enhancements to its Kubernetes and Google Kubernetes Engine (GKE) aimed at revolutionizing AI deployment. These updates promise to...</p><p><a href="https://news.lavx.hu/article/google-unleashes-kubernetes-innovations-to-propel-ai-development" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">news.lavx.hu/article/google-un</span><span class="invisible">leashes-kubernetes-innovations-to-propel-ai-development</span></a></p><p><a href="https://mastodon.cloud/tags/news" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>news</span></a> <a href="https://mastodon.cloud/tags/tech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tech</span></a> <a href="https://mastodon.cloud/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Kubernetes</span></a> <a href="https://mastodon.cloud/tags/AI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AI</span></a> <a href="https://mastodon.cloud/tags/GKE" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GKE</span></a></p>
vsoch<p>Finally, here are some practical suggestions. If you use <a href="https://mastodon.social/tags/GKE" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GKE</span></a>, bring up a small cluster first just to pull containers, which are cached across clusters. If you are using AWS, <a href="https://mastodon.social/tags/SOCI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SOCI</span></a> might help if you don't need to load large data during runtime. On any cloud a SSD is going to always help.</p>
Meysam<p>One of the most annoying parts of writing with <a href="https://mastodon.social/tags/gke" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gke</span></a> <a href="https://mastodon.social/tags/kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>kubernetes</span></a> cluster as opposed to <a href="https://mastodon.social/tags/aws" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aws</span></a> and <a href="https://mastodon.social/tags/azure" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>azure</span></a> is that the authentication plugin for kubectl takes as long as 20-30s before I can get a response from the API server.</p><p>I can't imagine myself staying with <a href="https://mastodon.social/tags/gcp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gcp</span></a> for more than the upcoming year. 🏃🏼‍♂️</p>
Nicolas Fränkel 🇺🇦🇬🇪<p>This week’s post is the third and final in my series about running tests on <a href="https://mastodon.top/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Kubernetes</span></a> for each pull request. In the 1st post, I described the app and how to test locally using <a href="https://mastodon.top/tags/Testcontainers" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Testcontainers</span></a> and in a <a href="https://mastodon.top/tags/GitHub" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GitHub</span></a> workflow. The second post focused on setting up <a href="https://mastodon.top/tags/GKE" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GKE</span></a> and running end-to-end tests on Kubernetes.</p><p>In this post, I’ll show how to benefit from the best of both worlds with <a href="https://mastodon.top/tags/vCluster" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>vCluster</span></a>: a single cluster with testing from each PR in complete isolation from others.</p><p><a href="https://blog.frankel.ch/pr-testing-kubernetes/3/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.frankel.ch/pr-testing-kub</span><span class="invisible">ernetes/3/</span></a></p>
Nicolas Fränkel 🇺🇦🇬🇪<p>I’m continuing my series on running the test suite for each PR on <a href="https://mastodon.top/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Kubernetes</span></a>. In the previous post, I laid the groundwork for our learning journey.</p><p>This week, I will raise the ante:</p><p>* Create and configure a <a href="https://mastodon.top/tags/GoogleKubernetesEngine" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoogleKubernetesEngine</span></a> instance<br>* Create a Kubernetes manifest for the app, with <a href="https://mastodon.top/tags/Kustomize" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Kustomize</span></a> for customization<br>* Allow the <a href="https://mastodon.top/tags/GitHub" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GitHub</span></a> workflow to use the <a href="https://mastodon.top/tags/GKE" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GKE</span></a> instance<br>* Build the Docker image and store it in the GitHub Docker repo<br>* Finally, run the end-to-end test</p><p><a href="https://blog.frankel.ch/pr-testing-kubernetes/2/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.frankel.ch/pr-testing-kub</span><span class="invisible">ernetes/2/</span></a></p>
Dan Fairs<p>HOLY MOLEY. I think I've done it. Given the amount of docs on this, I wouldn't be surprised to hear I'm basically the only person on the planet who's got this working!</p><p>The crucial bit I'd missed is that even though the GCE ingress terminates SSL, it will - for HTTP/2 only - re-encrypt the connection to your backend. Your backend service therefore needs to be able to talk SSL. Any old cert will do - I generated some self-signed ones.</p><p>The thing that took me a day to figure out is that a bad SSL handshake just looks like a network connection failure to the load balancer, so I spent ages doing network debugging.</p><p>What. A. Palaver.</p><p><a href="https://metalhead.club/tags/grpc" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>grpc</span></a> <a href="https://metalhead.club/tags/gke" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gke</span></a> <a href="https://metalhead.club/tags/gcp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gcp</span></a> <a href="https://metalhead.club/tags/tech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tech</span></a></p>
Kevin Gautreau<p>Résumé de ma journée à faire du debug <a href="https://oisaur.com/tags/gcp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gcp</span></a> <a href="https://oisaur.com/tags/gke" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gke</span></a></p>
Gea-Suan Lin<p>GKE 在推廣拿 240.0.0.0/4 來當 Private IP 用</p><p>看到「Leveraging Class E IPv4 Address space to mitigate IPv4 exhaustion issues in GKE」這篇,GKE 在推 240.0.0.0/4 當作 Private IP 用,可以看到文章裡面一直在說 240.0.0.0/4 跑起來沒有什麼問題,也可以透過 N</p><p><a href="https://blog.gslin.org/archives/2024/09/29/12007/gke-%e5%9c%a8%e6%8e%a8%e5%bb%a3%e6%8b%bf-240-0-0-0-4-%e4%be%86%e7%95%b6-private-ip-%e7%94%a8/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.gslin.org/archives/2024/0</span><span class="invisible">9/29/12007/gke-%e5%9c%a8%e6%8e%a8%e5%bb%a3%e6%8b%bf-240-0-0-0-4-%e4%be%86%e7%95%b6-private-ip-%e7%94%a8/</span></a></p><p><a href="https://abpe.org/tags/Cloud" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Cloud</span></a> <a href="https://abpe.org/tags/Computer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Computer</span></a> <a href="https://abpe.org/tags/GCP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GCP</span></a> <a href="https://abpe.org/tags/Murmuring" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Murmuring</span></a> <a href="https://abpe.org/tags/Network" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Network</span></a> <a href="https://abpe.org/tags/Service" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Service</span></a> <a href="https://abpe.org/tags/address" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>address</span></a> <a href="https://abpe.org/tags/cloud" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cloud</span></a> <a href="https://abpe.org/tags/engine" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>engine</span></a> <a href="https://abpe.org/tags/gke" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gke</span></a> <a href="https://abpe.org/tags/google" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>google</span></a> <a href="https://abpe.org/tags/ip" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ip</span></a> <a href="https://abpe.org/tags/ipv4" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ipv4</span></a> <a href="https://abpe.org/tags/kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>kubernetes</span></a> <a href="https://abpe.org/tags/platform" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>platform</span></a> <a href="https://abpe.org/tags/private" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>private</span></a></p>
Clemens Vasters' Pictures 📷<p>NATO Air Base Geilenkirchen Open Day 2017 <a href="https://photog.social/tags/photography" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>photography</span></a> <a href="https://photog.social/tags/awacs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>awacs</span></a> <a href="https://photog.social/tags/aircraft" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aircraft</span></a> <a href="https://photog.social/tags/avation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>avation</span></a> <a href="https://photog.social/tags/avgeek" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>avgeek</span></a> <a href="https://photog.social/tags/aviation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aviation</span></a> <a href="https://photog.social/tags/aviationphotography" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aviationphotography</span></a> <a href="https://photog.social/tags/gke" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gke</span></a> <a href="https://photog.social/tags/geilenkirchen" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>geilenkirchen</span></a> <a href="https://photog.social/tags/military" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>military</span></a> <a href="https://photog.social/tags/nato" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nato</span></a> <a href="https://photog.social/tags/etng" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>etng</span></a> <a href="https://photog.social/tags/highlight" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>highlight</span></a> <a href="https://photog.social/tags/militaryaircraft" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>militaryaircraft</span></a> <a href="https://photog.social/tags/openday" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>openday</span></a> <a href="https://photog.social/tags/wearenato" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wearenato</span></a> (Flickr 01.07.2017) <a href="https://www.flickr.com/photos/7489441@N06/34880050474" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">flickr.com/photos/7489441@N06/</span><span class="invisible">34880050474</span></a></p>
Clemens Vasters' Pictures 📷<p>NATO Air Base Geilenkirchen Open Day 2017 <a href="https://photog.social/tags/photography" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>photography</span></a> <a href="https://photog.social/tags/avgeek" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>avgeek</span></a> <a href="https://photog.social/tags/aviation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aviation</span></a> <a href="https://photog.social/tags/nato" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nato</span></a> <a href="https://photog.social/tags/wearenato" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wearenato</span></a> <a href="https://photog.social/tags/gke" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gke</span></a> <a href="https://photog.social/tags/etng" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>etng</span></a> <a href="https://photog.social/tags/highlight" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>highlight</span></a> (Flickr 01.07.2017) <a href="https://www.flickr.com/photos/7489441@N06/34912020153" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">flickr.com/photos/7489441@N06/</span><span class="invisible">34912020153</span></a></p>
David Field<p>I put together a <a href="https://pebble.social/tags/howto" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>howto</span></a> guide which explains how to create a <a href="https://pebble.social/tags/GKE" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GKE</span></a> cluster on Google Cloud using <a href="https://pebble.social/tags/terraform" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>terraform</span></a> deployed using <a href="https://pebble.social/tags/githubactions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>githubactions</span></a> </p><p>This might be of interest to someone, I wrote it so I don’t forget </p><p><a href="https://pebble.social/tags/devops" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>devops</span></a> <a href="https://pebble.social/tags/tech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tech</span></a> <a href="https://pebble.social/tags/sysadmin" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sysadmin</span></a> <a href="https://pebble.social/tags/tech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tech</span></a> </p><p><a href="https://daveknowstech.notion.site/How-to-Setup-an-automated-GKE-deployment-using-Github-Actions-and-Terraform-4f03b2e99c114beabc2f0ae4ef19f11b" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">daveknowstech.notion.site/How-</span><span class="invisible">to-Setup-an-automated-GKE-deployment-using-Github-Actions-and-Terraform-4f03b2e99c114beabc2f0ae4ef19f11b</span></a></p>
Johannes Schnatterer<p>⚠️ Heads up <a href="https://floss.social/tags/velero" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>velero</span></a> users!</p><p>When you're relying on velero using <a href="https://floss.social/tags/prometheus" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>prometheus</span></a> metric-based alerts make sure to not only alert on<br>`velero_backup_failure_total` but also on<br>`velero_backup_partial_failure_total` 🧐</p><p>After running velero reliably for years on <a href="https://floss.social/tags/gke" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gke</span></a> our backups suddenly started failing *partially*. </p><p>Turns out <a href="https://floss.social/tags/GCP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GCP</span></a> must have changed something in AuthN, requiring an additional role to perform disk snapshots.<br>As this resulted in partial failures only we almost missed it.</p>
Julio J. 🀲<p>So I couldn't find any way to reduce the ephemeral storage requested by either the mysql service or my own image :(</p><p>Any help with <a href="https://hachyderm.io/tags/Gitlab" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Gitlab</span></a> Runners' services config on <a href="https://hachyderm.io/tags/k8s" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>k8s</span></a> (<a href="https://hachyderm.io/tags/gke" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gke</span></a> autopilot, to be specific) would help.</p><p>tl;dr; if I include a mysql service on one of my jobs, the job doesn't run bc the cluster refuses to create a pod w/ ephemeral storage bigger than 10Gi (which I definitely don't need)</p><p><a href="https://hachyderm.io/tags/AskFedi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AskFedi</span></a></p>
Julio J. 🀲<p>Is anybody around here using <a href="https://hachyderm.io/tags/gitlab" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gitlab</span></a> runners deployed on <a href="https://hachyderm.io/tags/GKE" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GKE</span></a>? We have an autopilot cluster and we've been using gitlab's helm chart for a long time and everything was great. For the last weeks, there's one specific job on our pipelines that keeps failing with </p><p>"Total ephemeral-storage requested by containers for workload 'xxxx-yyyy-zzzzz' is higher than the Autopilot maximum of '10Gi'."</p><p>But I can't find anywhere that we request a specific amount of ephemeral-storage. </p><p><a href="https://hachyderm.io/tags/AskFedi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AskFedi</span></a></p>
Assured Security Consultants<p>We just published a blog post on how insecure default settings in Google Kubernetes Engine (GKE) can be exploited to gain control over cloud environments. Learn how chaining multiple vulnerabilities can lead to significant risks and discover practical tips for securing your GKE clusters. Don't miss out on our detailed attack chain analysis and essential recommendations for robust GKE security.<br>Read the full post here: <a href="https://www.assured.se/posts/exploiting-insecure-gke-defaults" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">assured.se/posts/exploiting-in</span><span class="invisible">secure-gke-defaults</span></a></p><p><a href="https://infosec.exchange/tags/CyberSecurity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CyberSecurity</span></a> <a href="https://infosec.exchange/tags/GKE" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GKE</span></a> <a href="https://infosec.exchange/tags/CloudSecurity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CloudSecurity</span></a> <a href="https://infosec.exchange/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Kubernetes</span></a> <a href="https://infosec.exchange/tags/Infosec" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Infosec</span></a> <a href="https://infosec.exchange/tags/DevSecOps" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DevSecOps</span></a></p>
Clemens Vasters' Pictures 📷<p>NATO Air Base Geilenkirchen Open Day 2017 <a href="https://photog.social/tags/photography" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>photography</span></a> <a href="https://photog.social/tags/awacs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>awacs</span></a> <a href="https://photog.social/tags/aircraft" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aircraft</span></a> <a href="https://photog.social/tags/avation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>avation</span></a> <a href="https://photog.social/tags/avgeek" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>avgeek</span></a> <a href="https://photog.social/tags/aviation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aviation</span></a> <a href="https://photog.social/tags/aviationphotography" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aviationphotography</span></a> <a href="https://photog.social/tags/gke" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gke</span></a> <a href="https://photog.social/tags/geilenkirchen" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>geilenkirchen</span></a> <a href="https://photog.social/tags/military" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>military</span></a> <a href="https://photog.social/tags/nato" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nato</span></a> <a href="https://photog.social/tags/etng" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>etng</span></a> <a href="https://photog.social/tags/highlight" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>highlight</span></a> <a href="https://photog.social/tags/militaryaircraft" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>militaryaircraft</span></a> <a href="https://photog.social/tags/openday" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>openday</span></a> <a href="https://photog.social/tags/wearenato" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wearenato</span></a> (Flickr 01.07.2017) <a href="https://www.flickr.com/photos/7489441@N06/35334410410" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">flickr.com/photos/7489441@N06/</span><span class="invisible">35334410410</span></a></p>
:rss: DevelopersIO<p>【事例紹介】MLBのGoogle Cloud活用とコスト最適化の全貌 <a href="https://rss-mstdn.studiofreesia.com/tags/GoogleCloudNext" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoogleCloudNext</span></a><br><a href="https://dev.classmethod.jp/articles/google-cloud-for-cost-optimizationutilization/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">dev.classmethod.jp/articles/go</span><span class="invisible">ogle-cloud-for-cost-optimizationutilization/</span></a></p><p><a href="https://rss-mstdn.studiofreesia.com/tags/dev_classmethod" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dev_classmethod</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/MLB" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MLB</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/Google_Cloud_GCP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Google_Cloud_GCP</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/Google_Cloud_Operations" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Google_Cloud_Operations</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/Cloud_Logging" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Cloud_Logging</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/Cloud_Monitoring" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Cloud_Monitoring</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/Cloud_Trace" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Cloud_Trace</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/FinOps" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FinOps</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/GKE" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GKE</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/%E8%B2%BB%E7%94%A8%E6%9C%80%E9%81%A9%E5%8C%96" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>費用最適化</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/BigQuery" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BigQuery</span></a></p>
Mike Williamson<p>"With the introduction of burstable support, we’re also introducing another groundbreaking change: 50m CPU Pods — that is, Pods as small as 1/20th of a vCPU. Until now, the smallest Pod we offered was ¼ of a vCPU (250m CPU) — five times bigger. Combined with burst, the door is now open to run high-density-yet-small workloads on Autopilot, without constraining each Pod to its resource requests.</p><p>We’re also dropping the 250m CPU resource increment, so you can create any size of Pod you like between the minimum to the maximum size"</p><p><a href="https://infosec.exchange/tags/google" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>google</span></a> <a href="https://infosec.exchange/tags/gke" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gke</span></a> <a href="https://infosec.exchange/tags/autopilot" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>autopilot</span></a></p><p><a href="https://cloud.google.com/blog/products/containers-kubernetes/introducing-gke-autopilot-burstable-workloads/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">cloud.google.com/blog/products</span><span class="invisible">/containers-kubernetes/introducing-gke-autopilot-burstable-workloads/</span></a></p>
Bob Thomson<p>Good article on cost control for <a href="https://mastodon.social/tags/GKE" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GKE</span></a> <a href="https://mastodon.social/tags/kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>kubernetes</span></a> clusters on <a href="https://mastodon.social/tags/GCP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GCP</span></a></p><p><a href="https://medium.com/@gustavo.romerobenitez_34616/scaling-gke-standard-clusters-to-zero-56bf5270510e" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">medium.com/@gustavo.romerobeni</span><span class="invisible">tez_34616/scaling-gke-standard-clusters-to-zero-56bf5270510e</span></a></p><p> <a href="https://mastodon.social/tags/devops" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>devops</span></a> <a href="https://mastodon.social/tags/finops" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>finops</span></a> <a href="https://mastodon.social/tags/cloud" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cloud</span></a></p>