Best of Cloud NativeJuly 2025

  1. 1
    Article
    Avatar of netguruNetguru·45w

    Why Golang's Popularity Is Soaring: Real Data From Top Tech Companies

    Go's popularity has surged with 5.8 million developers worldwide now using the language, overtaking Node.js for automated API requests. Key factors driving adoption include its simplicity with just 25 keywords, built-in concurrency through goroutines, and fast compilation times. Major tech companies like Netflix, Uber, and Dropbox have migrated critical systems to Go, reporting significant performance improvements. The language dominates cloud infrastructure tools including Kubernetes, Docker, and Terraform. Go developers earn competitive salaries averaging $76,000 annually, with experienced US developers commanding up to $500,000. Despite competition from Rust, Go's future looks strong in AI infrastructure and edge computing applications.

  2. 2
    Article
    Avatar of communityCommunity Picks·46w

    crossplane/crossplane: The Cloud Native Control Plane

    Crossplane is an open-source framework for building cloud native control planes without writing code. It provides an extensible backend for orchestrating applications and infrastructure across different environments, with a configurable frontend offering declarative APIs. As a CNCF project, it enables infrastructure management through Kubernetes-style resources and supports multiple cloud providers through its provider ecosystem.

  3. 3
    Article
    Avatar of javarevisitedJavarevisited·43w

    Modern Java for Cloud-Native Apps: Is It Catching Up with Go and Node.js?

    Modern Java has evolved significantly to compete with Go and Node.js in cloud-native development. Key improvements include lightweight frameworks like Quarkus and Spring Boot 3, Project Loom's virtual threads for better concurrency, and GraalVM's ahead-of-time compilation for faster startup times and lower memory usage. While Java historically struggled with slow startup and high memory consumption, these modern tools now make it a viable choice for microservices and serverless applications, offering the benefits of Java's mature ecosystem alongside cloud-native performance characteristics.

  4. 4
    Article
    Avatar of spaceliftSpacelift·43w

    Top 15 Kubernetes Security Tools and Solutions for 2025

    A comprehensive guide covering 15 essential Kubernetes security tools for 2025, including static analysis tools like Kubescape and Checkov, runtime security solutions like Falco, and policy engines like OPA and Kyverno. The article categorizes tools based on the 4C security model (cloud, cluster, containers, code) and covers both open-source and commercial solutions for vulnerability scanning, compliance checking, network security, and threat detection in Kubernetes environments.