TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to deploy your static blog on Kubernetes

4 pointsby 0b01about 8 years ago

1 comment

alpbabout 8 years ago
&gt; Ingress<p>&gt; Don’t use it on GKE. It’s basically a CDN cache that charges ridiculous $$$.<p>Unfortunately not true. Ingress is not a CDN and is charged the same price as a regional load balancer (Service.type=LoadBalancer that you used in your blog post).