RSSAmplifier

Blog

CloudCraftAI with Jintao

I love open source and love to share. I'm the maintainer of #Kubernetes Ingress-NGINX | Microsoft MVP | CNCF Ambassador

blog.moelove.infoRSS feed ↗6 posts

Latest posts

Why I Failed to Build a Lego-Style Coding Agent

I wanted it simple. I made it simple. Then I discovered that making it actually useful meant adding feature after feature. What started as building blocks became an entire castle. The Beginning: A Simple Idea On November 30, 2025, I made my first co...

From Deprecated npm Classic Tokens to OIDC Trusted Publishing: A CI/CD Troubleshooting Journey

In January 2026, I encountered a series of cryptic authentication errors while publishing an npm package. This post documents the complete journey from problem discovery to final resolution—hopefully saving others from the same headaches. Background...

The Ultimate Guide to Kubernetes Networking and Multi-Tenant Gateways

Introducing of Kubernetes’s Network Kubernetes, as we know, is a powerful platform for automating the deployment, scaling, and operations of application containers across clusters of hosts. However, for these containers, or rather 'Pods' as they are ...

How to reduce the cost of GitHub Actions

I'll cover how to reduce the code of GitHub Actions, and give some advice. According to G2's statistical report, GitHub Actions is the easiest-to-use CI/CD tool, and more and more people like it. Since GitHub Actions is GitHub's native CI/CD tool, ...

My Rust journey and how to learn Rust

I'll share my Rust journey, how I learned Rust and some free Rust learning resources. Rust has become more and more popular. Through the StackOverflow 2022 Developer Survey, we can see that many people are interested in Rust. Rust is on its seventh...

Opportunities and Challenges of Technological Evolution in Cloud Native

Nowadays, Cloud Native is becoming increasingly popular, and the CNCF defines Cloud Native as: Based on a modern and dynamic environment, aka cloud environment. With containerization as the fundamental technology, including Service Mesh, immutable ...