Microservices
Microservices | News, how-tos, features, reviews, and videos
How to beat the Kubernetes skills shortage
While Kubernetes container management is key to digital transformation, Kubernetes talent is in short supply. Follow these 4 strategies of successful companies to fill the gap.
5 steps to lower Kubernetes costs
Granular visibility can help enterprises keep cloud costs in check. Follow these best practices when using monitoring methods to control Kubernetes-related spending.
Async C++ framework aims for easier microservices
Userver, currently in beta, promises to solve the problem of efficient I/O interactions transparently for C++ developers.
7 biggest Kubernetes security mistakes
The most dangerous security holes are often the most basic. Start improving your Kubernetes security posture by fixing these simple mistakes.
Cilium launches eBPF-powered Kubernetes service mesh
Cilium Service Mesh features eBPF-based connectivity, traffic management, security, and observability, supporting both sidecar and sidecar-less deployments.
Google to donate Istio service mesh to the CNCF
Hot on the heels of donating the Knative serverless project, Google is submitting its open source service mesh technology to the Cloud Native Computing Foundation.
WSO2 launches low-code, cloud-native PaaS for API development
WSO2 Choreo offers a graphical, low-code development environment for building cloud-native APIs, integrations, and microservices, featuring built-in CI/CD and observability.
Building and running microservices at scale: A CTO’s view
How the 12-factor methodology, container-based microservices, and a monorepo approach win with both customers and developers at Priceline.
Overdoing service-focused cloud development
Microservices, cloud services, and general-purpose services are fantastic development tools that sometimes get overused. Here are some signs you’ve gone too far.
Meeting the challenges of multi-cluster Kubernetes
The difficulties and challenges of running Kubernetes multiply as you scale. Here are four things we’ll need to manage multi-cluster orchestration.
A cure for complexity in software development
Although microservice architectures create larger and more complex applications, they simplify work for rank-and-file developers.
The RED method: A new strategy for monitoring microservices
By using the RED metrics—rate, error, and duration—you can get a solid understanding of how your services are performing for end-users.
Complexity is killing software developers
The growing complexity of modern software systems is slowly killing software developers. How can you regain control, without losing out on the best these technologies have to offer?
Using Microsoft’s YARP project to proxy web-based microservices
Microsoft’s internal .NET reverse proxy project gets close to a public release.
Why you should use a microservice architecture
Are your applications stuck in the muck? Microservice architectures not only allow you to scale traffic and improve user experience, but also boost your development team’s productivity.
How cloud-native apps and microservices impact the development process
Best practices such as code refactoring and using microservice design patterns help software developers working at high velocity.
Cloud security and architecture teams need to communicate better
It’s a sure bet that containers and microservices will become new security vulnerabilities for cloud-native applications without discussions about best practices and standards.
How to use correlation IDs in ASP.NET Core MVC
Capture and pass correlation IDs in ASP.NET Core MVC 5 to track HTTP requests that flow through multiple back-end services.