Join Jon Lebensold and @nickyt.online next week for a hands-on conversation about agent evaluations and how to systematically improve agent performance. Jon will dig into what a practical runbook for hill-climbing looks like.
www.youtube.com/watch?v=QlwY...
Posts by Pomerium
Just scheduled! @clarkio.com joins @nickyt.online April 28th at 1pm Eastern to discuss building securely with AI. 👀
www.youtube.com/watch?v=nt8K...
Pomerium v0.32.5 and related patch releases are now available.
* Core (v0.32.5), usepom.link/pom-v0.32.5
* Ingress Controller (v0.32.6), usepom.link/ingress0.32.6
* CLI (v0.32.2), usepom.link/cli-v0.32.2
* Desktop Client (v0.32.2), usepom.link/desk-v0.32.2
The Pomerium crew getting ready for day 2 of KubeCon
Day 2 of KubeCon! Come say hello to the Pomerium crew in hall 1, booth #986.
Come for some socks, stay for the ingress! #KubeCon
Pomerium's favourite Pomeranian in Amsterdam!
See you at KubeCon in Amsterdam. Stop by booth 986 for some Amsterdam swag. #KubeCon
KubeCon See you in Amsterdam March 23 - 26, 2026 | Booth 986 KubeCon Europe
Come find us at booth 986 at KubeCon next week. We'll be talking native SSH, securing MCP servers for AI agents and more. See you in Amsterdam!
#kubecon #zerotrust #mcp #ssh
MCP Apps Are Here. Is Yours Secure on Day One? usepom.link/mcp-apps
#mcp #mcpapps #ai #agenticai
Ingress NGINX was officially retired on March 1st, 2026.
If you’re figuring out what comes next, we put together a practical migration guide for Kubernetes teams.
Questions? Drop them in the comments or DM us.
usepom.link/nginx
#k8s #nginx #ingress
The most successful app in the App Store's first year? A beer-drinking simulator! It made €20k/day by letting you 'drink' from your phone using gyroscope tech. Wild. What's it gonna be for MCP Apps? #MCP #EmergingTech #MCPApps #ChatGPTApps
www.youtube.com/shorts/p6rAH...
MCP Apps are here—ChatGPT apps, support in Claude, @vscode.dev & @opensource.block.xyz.
Nobody wants to do auth when it's not their core business. Gateways handle auth plumbing (tokens, validation, caching) so you can focus on building.
www.youtube.com/shorts/poGh8...
#MCPApps #MCP #OAuth #DX
MCP Apps are starting to gain traction. From ChatGPT apps, MCP app support in Claude, @vscode.dev & @opensource.block.xyz. Security is hard, especially those who aren't security experts that want to build MCP servers & MCP Apps. Use off the shelf tools. #MCP #MCPApps
www.youtube.com/shorts/8lQJ7...
Pomerium v0.32.0 is here! Less friction, more control for secure access:
* SSH with standard OAuth auth code flow (no more device code required)
* Hosted IdP improvements
* Auto MCP token refresh
* Advanced DNS tuning
bit.ly/pomerium-32
#ZeroTrust #OAuth #SSH #MCP
Happening tomorrow! Join @nickyt.online and Frédéric Barthelet as they discuss the Skybridge framework for building MCP applications. #MCP #MCPApps #AgenticAI #AI #typescript
www.youtube.com/watch?v=GCjt...
Join Nick and Jim in 30 minutes as they dig into real-time guardrails for AI agents!
Ingress NGINX retires March 2026. Pomerium Ingress Controller offers the same reverse proxy functionality + identity-aware access controls.
Start simple, scale to zero trust. Dynamic fine-grained policies are 🔥
www.pomerium.com/blog/migrati...
#Kubernetes #ZeroTrust
Just scheduled! Join @nickyt.online and @infoxicator.bsky.social next week as they dive into the work of games in ChatGPT! #mcp #chatgpt #GameStop
www.youtube.com/watch?v=0u8Z...
Join @jimbobbennett.dev from Galileo and @nickyt.online as they dig into real-time guardrails for AI agents December 11th. 👀
www.youtube.com/watch?v=4cqR...
#AI #AIGuardrails #AgenticAI
Pomerium v0.31 is out!
- Self-healing file-based databroker
- Enhanced health checks
- MCP support in Pomerium Zero
www.pomerium.com/blog/announc...
#mcp #aigateway #healthchecks #k8s #devops
Sometimes Postgres isn't the Answer. Pomerium v0.31 introduces a new file-based storage option for it's databroker using Pebble, a key-value store, with Raft clustering as an alternative to Postgres.
Why? At scale, Postgres can be harder to operate.
www.pomerium.com/blog/sometim...
Great video from Filip Lebiecki on @pomerium.io's native SSH capabilities! youtu.be/GuAvZZR0YSE
"... it feels well effortless. And the seemingly simple new approach,the one that makes secure SSH feel so smooth ..."
Go smash that subscribe button on Filip's YouTube! #ZeroTrust #IAP #SSH #Security
Hard blanket recs are hard: Cost of consistency? Maybe a couple of users log out. Self-healing, eventually consistent is the goal. #Data #DataBroker #Raft
Health and readiness checks are often overlooked but crucial for zero-downtime scaling. Making your K8s cluster or on-prem environment operate reliably is surprisingly difficult.
Read how we optimized readiness checks in Pomerium: www.pomerium.com/blog/designi... #DevOps #Kubernetes #HealthChecks
Raft is production-ready. Etcd (Kubernetes' storage) and HashiCorp use it. Nomad, Vault, CockroachDB and other modern SQL DBs rely on Raft for consistency across instances. Consistency comes at a cost. #Databases #Raft #DistributedSystems #Etcd #Kubernetes
The database selection meme is generally true - PostgreSQL to fancy solutions back to PostgreSQL. We'll keep supporting Postgres, but we're also exploring new approaches for data storage that go beyond the traditional cycle. #DatabaseArchitecture #DataStorage #systemDesign
Pomerium's data broker storage evolution: Started with cookies, moved to Redis, then PostgreSQL. Now adding file-based storage with clustering and leader election for self-healing, eventually consistent systems. Sometimes the simple solution wins. #DistributedSystems #DataArchitecture #ZeroTrust
New in Pomerium 0.31: A self-healing file-based Databroker with no Postgres required.
www.pomerium.com/blog/self-he... #IdentityAwareProxy #ZeroTrust #authn #authz
New in Pomerium 0.31: A self-healing file-based Databroker with no Postgres required.
www.pomerium.com/blog/self-he... #IdentityAwareProxy #ZeroTrust #authn #authz
Pomerium's IAP architecture: We separate concerns into authentication,proxy & authorization services. Each handles a specific role: login,request forwarding & access control. Our data broker evolved from early cookie-based session storage to coordinate between components. #DataBroker #ZeroTrust #IAP