Files
awesome-kubernetes/v2-docs/introduction.md

72 KiB
Raw Permalink Blame History

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

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