mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-26 11:04:28 +00:00
72 KiB
72 KiB
Introduction. Microservice Architecture. From Java EE To Cloud Native. Openshift VS Kubernetes
!!! info "Architectural Context" Detailed reference for Introduction. Microservice Architecture. From Java EE To Cloud Native. Openshift VS Kubernetes in the context of Architectural Foundations.
Vision 2026
!!! quote "The Evolution of Autonomy" From manual curation to agentic intelligence.
Ecosystem Map
graph TD
A[Foundations] --> B[AI & Intelligence]
A --> C[Hardened Infra]
B --> D[Agentic Curation]
C --> E[Enterprise Stability]
D --> F[Nubenetes Portal]
E --> F
Standard Reference
- Enterprise Web App Patterns - Azure Architecture Center [COMMUNITY-TOOL]
- infoworld.com: Complexity is killing software developers [COMMUNITY-TOOL]
- blog.min.io: Kubernetes, Consistency and Commoditization - The Way of the Cloud [COMMUNITY-TOOL]
- jaxenter.com: Practical Implications for Adopting a Multi-Cluster, Multi-Cloud Kubernetes Strategy [COMMUNITY-TOOL]
- jaxenter.com: Six Essential Kubernetes Extensions to Add to Your Toolkit 🌟 [COMMUNITY-TOOL]
- addwebsolution.com: How Kubernetes helps businesses manage their IT infrastructure? [COMMUNITY-TOOL]
- thenewstack.io: Microservices vs. Monoliths: An Operational Comparison [COMMUNITY-TOOL]
- Modernize legacy applications with containers, microservices [COMMUNITY-TOOL]
- blog.heroku.com: Deconstructing Monolithic Applications into Services [COMMUNITY-TOOL]
- redhat.com: A sysadmin's guide to containerizing applications [COMMUNITY-TOOL]
- thenewstack.io: 3 Reasons Why You Can’t Afford to Ignore Cloud Native Computing 🌟 [COMMUNITY-TOOL]
- jaxenter.com: Kubernetes Is Much Bigger Than Containers: Here’s Where It Will Go Next [COMMUNITY-TOOL]
- getcortexapp.com: Why You Need a Microservices Catalog Tool [COMMUNITY-TOOL]
- ringcentral.co.uk: Software as a Service (SaaS) [COMMUNITY-TOOL]
- thenewstack.io: The Cloud Native Landscape: Platforms Explained [COMMUNITY-TOOL]
- infoworld.com: The decline of Heroku PaaS [COMMUNITY-TOOL]
- infoworld.com: 3 cloud architecture mistakes we all make, but shouldn't [COMMUNITY-TOOL]
- ringcentral.co.uk: Cloud Management 🌟 [COMMUNITY-TOOL]
- simform.com: What is Multi Cloud? Why you Need a Multi Cloud Strategy? [COMMUNITY-TOOL]
- acloudguru.com: Public cloud vs private cloud: What’s the difference? 🌟 [COMMUNITY-TOOL]
- thenewstack.io: The Future of Microservices? More Abstractions [COMMUNITY-TOOL]
- community.hpe.com: Containers vs. VMs: What’s the difference? [COMMUNITY-TOOL]
- geeksforgeeks.org: Microservice Architecture – Introduction, Challeneges & Best Practices [COMMUNITY-TOOL]
- redhat.com: Use automation to combat your increased workload [COMMUNITY-TOOL]
- cloud.redhat.com: How to Modernize Virtualized Workloads 🌟 [COMMUNITY-TOOL]
- theregister.com: How Kubernetes lowers costs and automates IT department work [COMMUNITY-TOOL]
- redhat.com: Top 8 resources for microservices architecture of 2021 [COMMUNITY-TOOL]
- infoworld.com: Kubernetes adoption up, serverless down, developer survey says [COMMUNITY-TOOL]
- websiteplanet.com: What’s Open Source Software + How It Makes Money 2022 [COMMUNITY-TOOL]
- semaphoreci.com: 5 Options for Deploying Microservices 🌟 [COMMUNITY-TOOL] — - Option 1: Single machine, multiple processes
- Option 2: Multiple machines and processes
- Option 3: Deploy microservices with containers
- Option 4: Orchestrators
- Option 5: Deploy microservices as serverless functions
- deloitte.com/de: EMEA Center of Excellence for Application Modernization and Migration [COMMUNITY-TOOL]
- redis.com: Microservice Architecture Key Concepts [COMMUNITY-TOOL]
- designgurus.io: Monolithic vs. Service-Oriented vs. Microservice Architecture: Top Architectural Design Patterns [COMMUNITY-TOOL]
- elespanol.com: Mainframe: repaso de pasado y futuro a una tecnología de 1944 que se resiste a morir [COMMUNITY-TOOL]
- infoworld.com: Why we need both cloud architects and cloud engineers [COMMUNITY-TOOL]
- theregister.com: Basecamp details 'obscene' $3.2 million bill that caused it to quit the cloud [COMMUNITY-TOOL]
- genbeta.com/a-fondo: Cinco repositorios de GitHub tan buenos que son imprescindibles si estás aprendiendo o te dedicas a programar [COMMUNITY-TOOL]
- cloudscaling.com: The History of Pets vs Cattle and How to Use the Analogy Properly [COMMUNITY-TOOL] — - In the old way of doing things, we treat our servers like pets, for example Bob the mail server. If Bob goes down, it’s all hands on deck. The CEO can’t get his email and it’s the end of the world. In the new way, servers are numbered, like cattle in a herd. For example, www001 to www100. When one server goes down, it’s taken out back, shot, and replaced on the line.
- ==Pets==: Servers or server pairs that are treated as indispensable or unique systems that can never be down. Typically they are manually built, managed, and “hand fed”. Examples include mainframes, solitary servers, HA loadbalancers/firewalls (active/active or active/passive), database systems designed as master/slave (active/passive), and so on.
- ==Cattle==: Arrays of more than two servers, that are built using automated tools, and are designed for failure, where no one, two, or even three servers are irreplaceable. Typically, during failure events no human intervention is required as the array exhibits attributes of “routing around failures” by restarting failed servers or replicating data through strategies like triple replication or erasure coding. Examples include web server arrays, multi-master datastores such as Cassandra clusters, multiple racks of gear put together in clusters, and just about anything that is load-balanced and multi-master.
- eventstore.com: Service-Oriented Architecture vs Event-Driven Architecture 🌟 [COMMUNITY-TOOL]
- leaddev.com: How to break the cycle of tech debt [COMMUNITY-TOOL]
- infoworld.com: You can’t run away from technical debt [COMMUNITY-TOOL]
- acloudguru.com: Twelve-Factor Apps in Kubernetes [COMMUNITY-TOOL]
- architecturenotes.co: 12 Factor App Revisited [COMMUNITY-TOOL]
- redhat.com: Why you should be using architecture decision records to document your project [COMMUNITY-TOOL]
- blog.scaleway.com: SaaS Solutions - What is the difference between a multi-instance and a multi-tenant architecture [COMMUNITY-TOOL]
- acloudguru.com: Sharing data in the cloud: 4 patterns you should know [COMMUNITY-TOOL]
- softwebsolutions.com: Why enterprises need to adopt a multi-cloud strategy [COMMUNITY-TOOL]
- redhat.com: 5 essential tools for managing hybrid cloud infrastructure [COMMUNITY-TOOL]
- semaphoreci.com: Microfrontends: Microservices for the Frontend [COMMUNITY-TOOL] — - Microservices are a popular way to build small, autonomous teams that can work independently. Unfortunately, by their very nature, microservices only work in the backend. Even with the best microservice architecture, frontend development still requires a high degree of interdependence, and this introduces coupling and communication overhead that can slow down everyone.
- Can we take microservice architecture patterns and apply them to the frontend? It turns out we can. Companies such as Netflix, Zalando, and Capital One have pushed the pattern to the front, laying the groundwork for microfrontends. This article will explore microfrontends, their benefits and disadvantages, and how they differ from traditional microservices.
- acloudguru.com: 3 ways to practice migrating workloads to the cloud [COMMUNITY-TOOL]
- redhat.com: 5 strategies to shift your career from sysadmin to architect [COMMUNITY-TOOL]
- kamilgrzybek.com: Modular Monolith: A Primer 🌟 [COMMUNITY-TOOL]
- lightbend.com: From Java EE To Cloud Native: The End Of The Heavyweight Era 🌟 [COMMUNITY-TOOL]
- overops.com: Strangler Pattern: How to Deal With Legacy Code During the Container Revolution [COMMUNITY-TOOL]
- primevideotech.com: Scaling up the Prime Video audio/video monitoring service and reducing costs by 90% [COMMUNITY-TOOL]
- spec-india.com: Kubernetes VS Openshift (July 23rd 2019) [COMMUNITY-TOOL]
- phoenixnap.com: Kubernetes vs OpenShift: Key Differences Compared 🌟 [COMMUNITY-TOOL]
- ibm.com: OpenShift vs. Kubernetes: What’s the Difference? [COMMUNITY-TOOL]
- Kelsey Hightower Fireside Chat: An Unconventional Path to IT and Some Life Advice [COMMUNITY-TOOL]
- Build Your Own X [COMMUNITY-TOOL]
- levelup.gitconnected.com: How to design a system to scale to your first' 100 million users [COMMUNITY-TOOL]
- medium.com/javarevisited: Microservices communication using gRPC Protocol [COMMUNITY-TOOL]
- cloud.google.com: What is Kubernetes? 🌟 [COMMUNITY-TOOL]
- engineering.monday.com: monday.com’s Multi-Regional Architecture: A Deep' Dive [COMMUNITY-TOOL]
- Red Hat automation glossary 🌟 [COMMUNITY-TOOL]
- softwareengineeringdaily.com: The Rise of Platform Engineering 🌟 [COMMUNITY-TOOL]
- freecodecamp.org: A Beginner-Friendly Introduction to Containers, VMs and' Docker [COMMUNITY-TOOL]
- itnext.io: Platform-as-Code: how it relates to Infrastructure-as-Code and' what it enables [COMMUNITY-TOOL]
- developers.redhat.com: Why Kubernetes is The New Application Server [COMMUNITY-TOOL]
- redhat.com: Why choose Red Hat for microservices? [COMMUNITY-TOOL]
- Monoliths are the future | Kelsey Hightower [COMMUNITY-TOOL]
- allthingsdistributed.com: Monoliths are not dinosaurs [COMMUNITY-TOOL]
- weave.works: Going Cloud Native: 6 essential things you need to know [COMMUNITY-TOOL]
- Operators and Sidecars Are the New Model for Software Delivery [COMMUNITY-TOOL]
- thoughtworks.com: Kubernetes [COMMUNITY-TOOL]
- loves.cloud: Kubernetes: An Introduction [COMMUNITY-TOOL]
- weave.works: 6 Business Benefits of Kubernetes [COMMUNITY-TOOL]
- ituser.es: Las principales habilidades que un arquitecto cloud necesita' para triunfar [COMMUNITY-TOOL]
- Monolithic versus Microservice architecture [COMMUNITY-TOOL]
- vmware.com: How to Deconstruct a Monolith using Microservices – Getting' Ready for Cloud-Native [COMMUNITY-TOOL]
- thenewstack.io: 7 Best Practices to Build and Maintain Resilient Applications' and Infrastructure [COMMUNITY-TOOL]
- viewnext.com: Front End vs Back End (spanish) [COMMUNITY-TOOL]
- thenewstack.io: What is the modern cloud native stack? 🌟🌟 [COMMUNITY-TOOL]
- cncf.io: Top 7 challenges to becoming cloud native [COMMUNITY-TOOL]
- lavanguardia.com: Por qué la transformación digital es mentira 🌟 [COMMUNITY-TOOL]
- devops.com: 6 Advantages of Microservices [COMMUNITY-TOOL]
- cloudpundit.com: Don’t boil the ocean to create your cloud 🌟 [COMMUNITY-TOOL]
- hcltech.com: DevOps Tools and Technologies to Manage Microservices 🌟 [COMMUNITY-TOOL]
- opensource.com: 6 container concepts you need to understand [COMMUNITY-TOOL]
- devops.com: Why Boring Tech is Best to Avoid a Microservices Mess [COMMUNITY-TOOL]
- softwareengineeringdaily.com: Kubernetes vs. Serverless with Matt Ward (podcast)' 🌟 [COMMUNITY-TOOL]
- thenewstack.io: Defining a Different Kubernetes User Interface for the Next' Decade [COMMUNITY-TOOL]
- thenewstack.io: React in Real-Time with Event-Driven APIs [COMMUNITY-TOOL]
- codeopinion.com: Splitting up a Monolith into Microservices 🌟 [COMMUNITY-TOOL]
- javarevisited.blogspot.com: Why Every Programmer, DevOps Engineer Should' learn Docker and Kubernetes in 2020 [COMMUNITY-TOOL]
- techrepublic.com: Kubernetes will deliver the app store experience for enterprise' software, says Weaveworks CEO [COMMUNITY-TOOL]
- shahirdaya.medium.com: What does it mean to be Cloud Native? 🌟 [COMMUNITY-TOOL]
- enterprisersproject.com: 5 hybrid cloud trends to watch in 2021 [COMMUNITY-TOOL]
- skamille.medium.com: Make Boring Plans [COMMUNITY-TOOL]
- cloud-melon.com: Under the hood of Kubernetes and microservices [COMMUNITY-TOOL]
- thenewstack.io: Study: Silos Are the Chief Impediment to IT and Business' Value [COMMUNITY-TOOL]
- thenewstack.io: Prepare to Adopt the Cloud: A 10-Step Cloud Migration Checklist' 🌟 [COMMUNITY-TOOL]
- devprojournal.com: Containers, Kubernetes and Software Development in 2021 [COMMUNITY-TOOL]
- infoq.com: Migrating Monoliths to Microservices with Decomposition and Incremental' Changes [COMMUNITY-TOOL]
- shopify.engineering: Keeping Developers Happy with a Fast CI [COMMUNITY-TOOL]
- infoq.com: Saga Orchestration for Microservices Using the Outbox Pattern [COMMUNITY-TOOL]
- medium: A Design Analysis of Cloud-based Microservices Architecture at Netflix [COMMUNITY-TOOL]
- blog.container-solutions.com: How Mature Is Your Microservices Architecture?' 🌟 [COMMUNITY-TOOL]
- thenewstack.io: Are Private Clouds Proliferating? [COMMUNITY-TOOL]
- thenewstack.io: Multicloud Challenges and Solutions [COMMUNITY-TOOL]
- makeuseof.com: hich Container System Should You Use: Kubernetes or Docker? [COMMUNITY-TOOL]
- infoq.com: Principles for Microservice Design: Think IDEALS, Rather than' SOLID [COMMUNITY-TOOL]
- thenewstack.io: The Scalability Myth [COMMUNITY-TOOL]
- thenewstack.io: The 4 Definitions of Multicloud: Part 1 — Data Portability [COMMUNITY-TOOL]
- thenewstack.io: Multicloud Paves the Way for Cloud Native Resiliency Models [COMMUNITY-TOOL]
- hashicorp.com: Why Microservices? 🌟 [COMMUNITY-TOOL]
- thenewstack.io: Private vs. Public Cloud: How Kubernetes Shifts the Balance [COMMUNITY-TOOL]
- medium: Microservices Architecture From A to Z 🌟 [COMMUNITY-TOOL]
- skycrafters.io: Do Containers Really Contain? Virtual Machines vs. Containers' 🌟 [COMMUNITY-TOOL]
- xataka.com: La deuda técnica, un lastre para las tecnológicas: un estudio' señala que los informáticos pierden casi un día de trabajo a la semana para solventarlas [COMMUNITY-TOOL]
- dev.to: When it Pays to Choose Microservices 🌟 [COMMUNITY-TOOL]
- medium: Container Fundamentals — Part 1 [COMMUNITY-TOOL]
- thenewstack.io: Transform and Future-Proof Your Architecture with MACH [COMMUNITY-TOOL]
- yellow.systems: How to Make a Scalable Web Application: Architecture,' Technologies, Cost 🌟 [COMMUNITY-TOOL]
- opensource.com: What do we call post-modern system administrators? [COMMUNITY-TOOL]
- thenewstack.io: Cloud Engineers Try Policy-as-Code to Cure Misconfiguration' Woes [COMMUNITY-TOOL]
- medium: What is microservices and why is it different? 🌟 [COMMUNITY-TOOL]
- How Your Application Architecture Has Evolved 🌟 [COMMUNITY-TOOL]
- simform.com: 6 Multi-Cloud Architecture Designs for an Effective Cloud Strategy' 🌟 [COMMUNITY-TOOL]
- simform.com: Cloud Migration ebook [COMMUNITY-TOOL]
- fylamynt.com: Mastering Cloud Automation in the Cloud-Native Era 🌟 [COMMUNITY-TOOL]
- medium: Monoliths vs Microservices [COMMUNITY-TOOL]
- dzone: Top 6 Time Wastes as a Software Engineer [COMMUNITY-TOOL]
- thenewstack.io: Reasons to Opt for a Multicloud Strategy [COMMUNITY-TOOL]
- hiralee.medium.com: Software Architecture vs Design [COMMUNITY-TOOL]
- blog.deref.io: Containers Don't Solve Everything 🌟 [COMMUNITY-TOOL]
- thenewstack.io: Intention-as Code: Making Self-Healing Infrastructure Work [COMMUNITY-TOOL]
- hackernoon.com: 9 Basic (and Crucial) Tips for Microservices Developers' 🌟 [COMMUNITY-TOOL]
- dzone: Transitioning from Monolith to Microservices (with python django' example) [COMMUNITY-TOOL]
- cncf.io: How to justify infrastructure replacement to your manager [COMMUNITY-TOOL]
- enter.co: Estos son los 10 lenguajes de programación más populares en 2021 [COMMUNITY-TOOL]
- zesty.co: 10 Cloud Deficiencies You Should Know [COMMUNITY-TOOL]
- weave.works: What is a Kubernetes Cluster? 🌟 [COMMUNITY-TOOL]
- techrepublic.com: Enterprises get closer to the app store experience with' Kubernetes and GitOps [COMMUNITY-TOOL]
- venturebeat.com: 5 ways the world of IT operations will shift in 2022 (and' beyond) [COMMUNITY-TOOL]
- thenewstack.io: 5 Cloud Native Trends to Watch out for in 2022 [COMMUNITY-TOOL]
- blog.devgenius.io: Distributed Monolith [COMMUNITY-TOOL]
- infoq.com: 9 Ways to Fail at Cloud Native [COMMUNITY-TOOL]
- thenewstack.io: App Modernization: 5 Tips When Migrating to Kubernetes [COMMUNITY-TOOL]
- thenewstack.io: Kubernetes and the Next Generation of PaaS [COMMUNITY-TOOL]
- medium.com/geekculture: A Beginners Guide to Understanding Microservices [COMMUNITY-TOOL]
- nathanpeck.com: Why should I use an orchestrator like Kubernetes, Amazon' ECS, or Hashicorp Nomad? [COMMUNITY-TOOL]
- christophermeiklejohn.com: Understanding why Resilience Faults in Microservice' Applications Occur [COMMUNITY-TOOL]
- The future of Kubernetes – and why developers should look beyond Kubernetes in 2022 [COMMUNITY-TOOL]
- medium.com/interviewnoodle: Shift from Monolith to CQRS 🌟 [COMMUNITY-TOOL]
- bytebytego.com: System Design - Scale From Zero To Millions Of Users' 🌟 [COMMUNITY-TOOL]
- medium.com/@ajin.sunny: System Design Architecture: Stateful vs. Stateless' 🌟 [COMMUNITY-TOOL]
- medium.com/@ajin.sunny: System Design Concept: Rate limiting 🌟 [COMMUNITY-TOOL]
- medium.com/@ajin.sunny: Rate limiting in Distributed Systems 🌟 [COMMUNITY-TOOL]
- blog.devgenius.io: Top 10 Architecture Characteristics / Non-Functional' Requirements with Cheatsheet 🌟 [COMMUNITY-TOOL]
- medium.com/dotnet-hub: Software Architecture — Introduction to Cloud Native' Application Architecture 🌟 [COMMUNITY-TOOL]
- bootcamp.uxdesign.cc: Popular Tech Stack for Startups in 2022 [COMMUNITY-TOOL]
- howtogeek.com: When Not to Use Docker: Cases Where Containers Don’t Help' 🌟 [COMMUNITY-TOOL]
- itnext.io: You Don’t Need Microservices 🌟 [COMMUNITY-TOOL]
- medium.com/@interviewready: Data Replication in Distributed System [COMMUNITY-TOOL]
- semaphoreci.medium.com: 12 Ways to Improve Your Monolith Before Transitioning' to Microservices 🌟 [COMMUNITY-TOOL]
- hardiks.medium.com: Top 6 Best practices for Container Orchestration' 🌟 [COMMUNITY-TOOL]
- medium.com/@nadinCodeHat: HTTP based Microservices is a bad idea 🌟 [COMMUNITY-TOOL]
- medium.com/qe-unit: Microservices — Do You Need Them? Are You Ready? 🌟 [COMMUNITY-TOOL]
- alibabacloud.com: Getting Started with Kubernetes | Deep Dive into Kubernetes' Core Concepts [COMMUNITY-TOOL]
- micahlerner.com: Automatic Reliability Testing For Cluster Management Controllers [COMMUNITY-TOOL]
- cloudnativeislamabad.hashnode.dev: Virtualization vs Containerization [COMMUNITY-TOOL]
- medium.com/javarevisited: Distributed Transaction Management in Microservices' — Part 1 🌟 [COMMUNITY-TOOL]
- betterprogramming.pub: How to Transform a Monolith Application Into a' Microservices Architecture [COMMUNITY-TOOL]
- medium.com/codex: MicroServices Architecture to Solve Distributed Transaction' Management Problem [COMMUNITY-TOOL]
- betterprogramming.pub: How I Split a Monolith Into Microservices Without' Refactoring 🌟🌟🌟 [COMMUNITY-TOOL]
- towardsdatascience.com: 3 High Availability Cloud Concepts You Should Know [COMMUNITY-TOOL]
- ust.com: Do we really need Kubernetes and containers? [COMMUNITY-TOOL]
- optisolbusiness.com: 8 Core Components are Microservices Architecture [COMMUNITY-TOOL]
- thenewstack.io: What Is Microservices Architecture? [COMMUNITY-TOOL]
- levelup.gitconnected.com: Do you know Distributed Job Scheduling in Microservices' Architecture? 🌟 [COMMUNITY-TOOL]
- medium.com/javarevisited: Microservices Communication part 1-every programmer' must know 🌟 [COMMUNITY-TOOL]
- medium.com/javarevisited: Microservices Communication — part 2— Sync vs' Async vs Hybrid? [COMMUNITY-TOOL]
- thenewstack.io: Kubernetes Evolution: From Microservices to Batch Processing' Powerhouse 🌟 [COMMUNITY-TOOL]
- medium.com/javarevisited: Why Microservices are not silver bullet? 10 Reasons' for NOT using Microservices [COMMUNITY-TOOL]
- devops.com: 8 Hot Takes: Will We See a Monolithic Renaissance? [COMMUNITY-TOOL]
- rahulh123.medium.com: Choosing the Right Architecture: Monolithic vs. Microservices' — Analyzing Requirements for Success [COMMUNITY-TOOL]
- waswani.medium.com: Microservices Communication: Data Sharing using Database,' an AntiPattern !!! [COMMUNITY-TOOL]
- enriquedans.com: El desastre del software y la automoción [COMMUNITY-TOOL]
- freecodecamp.org: How to Write Clean Code – Tips and Best Practices (Full' Handbook) [COMMUNITY-TOOL]
- medium.com/@bill.salvaggio: The AWS Cloud Resume Challenge Project [COMMUNITY-TOOL]
- thestack.technology: VMware is killing off 56 products amid "tectonic" infrastructure' shift [COMMUNITY-TOOL]
- blog.lealdasilva.com: Why You Should Switch from VMware to Proxmox in 2024 [COMMUNITY-TOOL]
- welivesecurity.com: La ofuscación de código: un arte que reina en la ciberseguridad [COMMUNITY-TOOL]
- virtualizationhowto.com: VMware by Broadcom Lesson: Don’t base your career' on a product [COMMUNITY-TOOL]
- cope.es: El ejemplo de 'la moneda' con el que entender cómo funciona un' ordenador cuántico: "Será una revolución [COMMUNITY-TOOL]
- The hater’s guide to Kubernetes [COMMUNITY-TOOL]
- humanitec.com: Platform reference architecture on Azure [COMMUNITY-TOOL]
- humanitec.com: Platform reference architecture on GCP [COMMUNITY-TOOL]
- humanitec.com: Platform reference architecture on AWS [COMMUNITY-TOOL]
- towardsdev.com: Solution architecture 101 — Are you ready for the Solution' Architect Path 🌟 [COMMUNITY-TOOL]
- Pets vs. Cattle: The Future of Kubernetes in 2022 [COMMUNITY-TOOL]
- mkaschke.medium.com: ud Native Part 1: What Is Cloud Native? 🌟 [COMMUNITY-TOOL]
- stackoverflow.blog: Using Kubernetes to rethink your system architecture' and ease technical debt 🌟 [COMMUNITY-TOOL]
- infoq.com: Managing Technical Debt in a Microservice Architecture [COMMUNITY-TOOL]
- devops.com: Measuring Technical Debt [COMMUNITY-TOOL]
- thenewstack.io: Stop Technical Debt Before It Damages Your Company [COMMUNITY-TOOL]
- n-ix.com: How to reduce your technical debt: An ultimate guide [COMMUNITY-TOOL]
- medium.com/promyze: Avoid accidental complexity and technical debt [COMMUNITY-TOOL]
- opensource.com: An open source developer's guide to 12-Factor App methodology [COMMUNITY-TOOL]
- thenewstack.io: Learn 12 Factor Apps Before Kubernetes [COMMUNITY-TOOL]
- itnext.io: 12 factor Microservice applications — on Kubernetes [COMMUNITY-TOOL]
- itnext.io: Isolating and Managing Dependencies in 12-factor Microservice' Applications — with Kubernetes [COMMUNITY-TOOL]
- itnext.io: Processes — for 12-factor Microservice Applications [COMMUNITY-TOOL]
- martinfowler.com: What do you mean by “Event-Driven”? 🌟 [COMMUNITY-TOOL]
- equalexperts.com: Event driven architecture: the good, the bad, and the' ugly 🌟 [COMMUNITY-TOOL]
- maheshwari-bittu.medium.com: Why Event-Driven Architecture (EDA) is needed?' 🌟 [COMMUNITY-TOOL]
- medium.com/rocco-scaramuzzi-tech: Event-Driven Microservice Architecture,' don’t use only events but use commands too! [COMMUNITY-TOOL]
- deeptimittalblogger.medium.com: Event driven architecture [COMMUNITY-TOOL]
- medium.com/mcdonalds-technical-blog: Behind the scenes: McDonald’s event-driven' architecture [COMMUNITY-TOOL]
- medium.com/mcdonalds-technical-blog: McDonald’s event-driven architecture:' The data journey and how it works [COMMUNITY-TOOL]
- nordicapis.com: 5 Protocols For Event-Driven API Architectures 🌟🌟🌟 [COMMUNITY-TOOL]
- dev.to/aws-builders: Un Modelo de EDA: Event Driven Architectures [COMMUNITY-TOOL]
- levelup.gitconnected.com: Error Handling in Event-Driven Systems [COMMUNITY-TOOL]
- aws.amazon.com: Best practices for implementing event-driven architectures' in your organization [COMMUNITY-TOOL]
- faun.pub: Understanding the Differences Between Event-Driven, Message-Driven,' and Microservices Architectures with AWS Services [COMMUNITY-TOOL]
- levelup.gitconnected.com: 5 Tips To Design For Multi-Tenancy Architecture [COMMUNITY-TOOL]
- levelup.gitconnected.com: Multi-Tenant Application [COMMUNITY-TOOL]
- weave.works: What is a self-service developer platform and why does it matter? [COMMUNITY-TOOL]
- thenewstack.io: What We Learned from Enabling Developer Self-Service 🌟 [COMMUNITY-TOOL]
- dzone.com: Shift-Left: A Developer's Pipe(line) Dream? [COMMUNITY-TOOL]
- thenewstack.io: Disaster Recovery Is Different for the Cloud [COMMUNITY-TOOL]
- bunnyshell.com: DR in DevOps: How to Guarantee an Effective Disaster Recovery' Plan with DevOps [COMMUNITY-TOOL]
- architectelevator.com: Multi Cloud Architecture: Decisions and Options [COMMUNITY-TOOL]
- medium: Multi Cloud Enterprise Deployment Pattern [COMMUNITY-TOOL]
- devops.com: Infrastructure Abstraction Will Be Key to Managing Multi-Cloud [COMMUNITY-TOOL]
- zdnet.com: The year ahead in DevOps and agile: bring on the automation,' bring on the business involvement [COMMUNITY-TOOL]
- thenewstack.io: What Is Cloud Automation and How Does It Benefit IT Teams?' 🌟 [COMMUNITY-TOOL]
- Automation is the future of cloud cost optimization [COMMUNITY-TOOL]
- dzone: 7 Microservices Best Practices for Developers 🌟 [COMMUNITY-TOOL]
- zdnet.com: Why microservices need event-driven architecture [COMMUNITY-TOOL]
- simform.com: 10 Microservice Best Practices: The 80/20 Way [COMMUNITY-TOOL]
- thenewstack.io: Monoliths to Microservices: 4 Modernization Best Practices [COMMUNITY-TOOL]
- itnext.io: 4 Design Patterns for Containers in Kubernetes | Daniele Polencic' 🌟 [COMMUNITY-TOOL]
- blog.getambassador.io: Microservice Orchestration Best Practices [COMMUNITY-TOOL]
- capstonec.com: You Will Love These Cloud-native App Architecture Patterns' 🌟 [COMMUNITY-TOOL]
- developers.redhat.com: Application modernization patterns with Apache Kafka,' Debezium, and Kubernetes [COMMUNITY-TOOL]
- blog.couchbase.com: 4 Patterns for Microservices Architecture in Couchbase [COMMUNITY-TOOL]
- medium: Pragmatic Microservices 🌟 [COMMUNITY-TOOL]
- dotnetcurry.com: Microservices Architecture Pattern 🌟 [COMMUNITY-TOOL]
- geeksarray.com: Microservice Architecture Pattern for Architects 🌟 [COMMUNITY-TOOL]
- developers.redhat.com: 5 design principles for microservices [COMMUNITY-TOOL]
- simform.com: Microservices Design Principles: Do We Really Know It Well' Enough? 🌟 [COMMUNITY-TOOL]
- javarevisited.blogspot.com: Top 10 Microservices Design Patterns and Principles' - Examples [COMMUNITY-TOOL]
- medium.com/@sandeepsharmaster: Design your Cloud Microservices Apps the' DDD way (Hexagonal Architecture) [COMMUNITY-TOOL]
- medium.com/@denhox: Sharing Data Between Microservices [COMMUNITY-TOOL]
- medium.com/@maneesha649nirman: Design Patterns For Microservices [COMMUNITY-TOOL]
- medium.com/@vinciabhinav7: Microservices Communication Architecture Patterns' 🌟 [COMMUNITY-TOOL]
- medium.com/javarevisited: Top 10 Microservices Design Principles and Best' Practices for Experienced Developers 🌟 [COMMUNITY-TOOL]
- medium.com/@mbarkin.narin: Problem Solving Strategies for Microservice Architecture' Part III [COMMUNITY-TOOL]
- blog.bitsrc.io: Implementing a Microservices Application with CQRS (Command' Query Responsibiltiy Segregation) [COMMUNITY-TOOL]
- developer.com: Overcoming the Common Microservices Anti-Patterns [COMMUNITY-TOOL]
- dzone: Micro Frontends With Example 🌟 [COMMUNITY-TOOL]
- levelup.gitconnected.com: Micro Frontend Architecture [COMMUNITY-TOOL]
- dzone: Micro-Frontend Architecture [COMMUNITY-TOOL]
- aws.amazon.com: Server-side rendering micro-frontends – UI composer and' service discovery [COMMUNITY-TOOL]
- developers.soundcloud.com: Service Architecture at SoundCloud — Part 1:' Backends for Frontends [COMMUNITY-TOOL]
- medium.com/whispering-data: The State of Data Engineering 2022 [COMMUNITY-TOOL]
- cookbook.learndataengineering.com: The Data Engineering Cookbook [COMMUNITY-TOOL]
- joereis.substack.com: Data Engineering in 2024. What I'm Seeing [COMMUNITY-TOOL]
- betterprogramming.pub: A Cloud Migration Questionnaire for Solution Architects' 🌟🌟 [COMMUNITY-TOOL]
- forbes.com: 3 Approaches To A Better Cloud Migration [COMMUNITY-TOOL]
- blog.pragmaticengineer.com: Migrations Done Well: Typical Migration Approaches [COMMUNITY-TOOL]
- world.hey.com: Disasters I've seen in a microservices world 🌟🌟 [COMMUNITY-TOOL]
- infoq.com: 7 Ways to Fail at Microservices [COMMUNITY-TOOL]
- simform.com: The Top Go-To Microservices Frameworks for a Scalable Application [COMMUNITY-TOOL]
- devops.com: Transform Legacy Java Apps to Microservices with vFunction [COMMUNITY-TOOL]
- devops.com: Function Automates Conversion of Java Apps to Microservices [COMMUNITY-TOOL]
- blog.appsignal.com: Microservices Monitoring: Using Namespaces for Data' Structuring 🌟 [COMMUNITY-TOOL]
- The Raft Consensus Algorithm 🌟 [COMMUNITY-TOOL]
- What is Platform as a Service Software? [COMMUNITY-TOOL]
- ramansharma.substack.com: Containers are not just for Kubernetes [COMMUNITY-TOOL]
- wikipedia: Java Enterprise Edition (Java EE) [COMMUNITY-TOOL]
- dzone: Monolith to Microservices Using the Strangler Pattern 🌟 [COMMUNITY-TOOL]
- Dzone.com: 4 Cluster Management Tools to Compare [COMMUNITY-TOOL]
- Dzone.com: A Comparison of Kubernetes Distributions [COMMUNITY-TOOL]
- thestack.com: OpenShift in a world of KaaS 🌟 [COMMUNITY-TOOL]
- medium.com: The Differences Between Kubernetes and Openshift [COMMUNITY-TOOL]
- blog.netsil.com: Kubernetes vs Openshift vs Tectonic: Comparing Enterprise' Options [COMMUNITY-TOOL]
- kubedex.com: Kubernetes On-Prem, OpenShift vs PKS vs Rancher [COMMUNITY-TOOL]
- medium.com: Kubernetes — What Is It, What Problems Does It Solve and How' Does It Compare With Alternatives? [COMMUNITY-TOOL]
- levelup.gitconnected.com: OpenShift — The Next Level of Kubernetes [COMMUNITY-TOOL]
- simplilearn.com: Understanding The Difference Between Kubernetes Vs. Openshift [COMMUNITY-TOOL]
- imaginarycloud.com: OPENSHIFT VS KUBERNETES: WHAT ARE THE DIFFERENCES [COMMUNITY-TOOL]
- thenewstack.io: What’s the Difference Between Kubernetes and OpenShift? [COMMUNITY-TOOL]
- forbes.com: 13 Signs You’re Selling Yourself Short In Your Career [COMMUNITY-TOOL]
- Full Stack Developer's Roadmap 🌟 [COMMUNITY-TOOL]
- dzone: 7 Software Development Models You Should Know [COMMUNITY-TOOL]
- dzone: The Concept of Domain-Driven Design Explained [COMMUNITY-TOOL]
- medium.com/codex: DDD — Events Are Complex [COMMUNITY-TOOL]
- ubiqum.com: 20 Software Development Tools that will make you more productive [COMMUNITY-TOOL]
- sloboda-studio.com: Python Tools for Machine Learning [COMMUNITY-TOOL]
- vFunction [COMMUNITY-TOOL]
- thenewstack.io: vFunction Transforms Monolithic Java to Microservices [COMMUNITY-TOOL]
- spectrum.ieee.org: How Software Is Eating the Car [COMMUNITY-TOOL]
- cincodias.elpais.com: El sector del 'data center' eleva a 6.837 millones' su inversión directa en nuevos centros en España hasta 2026 [COMMUNITY-TOOL]
Artificial Intelligence
Machine Learning
Google Courses
- Machine Learning Crash Course [SPANISH CONTENT] [COMMUNITY-TOOL] [GUIDE] — Google's formal, highly optimized machine learning crash course. Grounding indicates it offers a highly technical path for systems engineers wishing to deploy AI models in container environments. [SPANISH CONTENT]
Cloud Infrastructure
Training
AWS Official
- AWS Cloud Practitioner - Curso Completo 2023 [SPANISH CONTENT] [COMMUNITY-TOOL] [GUIDE] — A complete video guide systematically mapping the official AWS Cloud Practitioner certification domains in Spanish. [SPANISH CONTENT]
Cloud Native Architecture
Microservices
Event-Driven Design
- infoq.com: Turning Microservices Inside-Out [ADVANCED LEVEL] [ENTERPRISE-STABLE] [GUIDE] — This foundational architectural piece by Martin Kleppmann argues for treating database tables as streams of changes rather than static silos. By turning the database "inside out" using event streams (like Kafka), microservices can achieve decentralized state management and projection consistency. It bridges the gap between stream processing and relational storage.
Container Orchestration
Kubernetes Alternatives
Evaluations
- thenewstack.io: Do I Really Need Kubernetes? [EN CONTENT] [COMMUNITY-TOOL] — A candid architectural decision guide evaluating the complexity, overhead, and maintenance costs of adopting Kubernetes. Offers simpler alternative infrastructure paradigms.
Developer Tools
Collaboration and Workflow
Open Source Education
- GitHub for Beginners: Getting Started with OSS Contributions [COMMUNITY-TOOL] [GUIDE] — An official GitHub onboarding guide tailored for software engineers looking to initiate their contributions to Open Source Software (OSS) projects. It teaches how to fork repositories, configure branches, submit pull requests, and write structured issues. Understanding these fundamentals is crucial for developers seeking to participate in the global cloud-native ecosystem.
Software Engineering
Microservices (1)
Design Patterns
- The 12-Factor App: An Updated Guide [COMMUNITY-TOOL] — An updated architectural deep-dive into the Twelve-Factor App methodology. Reviews the classic software principles (like database separations, environment configs, and scaling processes) in modern Kubernetes environments.
NodeJS
Best Practices
- NodeJS Best Practices (Spanish Translation) ⭐ 105273 [SPANISH CONTENT] [DE FACTO STANDARD] — Curator Insight hosts the comprehensive Spanish translation of the premier Node.js architecture and security handbook. Live Grounding validates its immense utility as an industry-standard guide covering testing, error handling, and production safety. [SPANISH CONTENT]
💡 Explore Related: Mkdocs | Cheatsheets | Git