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

6.7 KiB
Raw Blame History

About Nubenetes

!!! info "Architectural Context" Detailed reference for About Nubenetes in the context of Architectural Foundations.

Standard Reference

Cloud Infrastructure

Systems Design

Operational Philosophy

  • (2021) ==cloudscaling.com: The History of Pets vs Cattle and How to Use the Analogy Properly== 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — Explores the history and technical framework of the classic 'Pets vs Cattle' infrastructure analogy. It contrasts the hand-managed, fragile nature of unique servers ('Pets') with automated, standardized, and easily replaced nodes designed for automated recovery ('Cattle'). This core concept underpins modern auto-scaling groups and container cluster design.

Cloud Native

Kubernetes Development

Go Client-Go

Generics
  • itnext.io: Generically working with Kubernetes objects in Go [ADVANCED LEVEL] [COMMUNITY-TOOL] — Curator Insight highlights the use of Go 1.18+ generics to drastically reduce boilerplate when interacting with various Kubernetes API types. Live Grounding confirms that while standard client-go uses dynamic clients or interface{} for generic operations, integrating Go generics allows for cleaner, type-safe custom controllers. This article provides practical patterns for wrapping standard clients to streamline resource manipulation.

Orchestration

Kubernetes

API Integration
  • (2024) docs.ansible.com: kubernetes.core.k8s Manage Kubernetes (K8s) objects [DOCUMENTATION] [COMMUNITY-TOOL] — Core reference documentation for the 'kubernetes.core.k8s' module, allowing Ansible control planes to deploy and interact with native Kubernetes API resources directly. It integrates seamlessly with kubectl credentials to process declarative manifest payloads or inline spec configurations.

Container Orchestration

Kubernetes (1)

Infrastructure Control Planes

Development Tools

API Testing and Design

Postman

  • (2012) getpostman.com [TYPESCRIPT CONTENT] [COMMUNITY-TOOL] — Postman is an industry-standard API collaboration platform designed to streamline the lifecycle of API design, testing, documentation, and mock-server deployment. Architecturally, it enables cross-team collaboration via shared workspaces, automated collection runs, and seamless integration into CI/CD pipelines to validate REST, GraphQL, and gRPC endpoints.

Operations and Reliability

Site Reliability Engineering

Evolution

  • thenewstack.io: How the SRE Experience Is Changing with Cloud Native 🌟 [ENTERPRISE-STABLE] — This high-density industry analysis examines how the rise of complex cloud-native architectures shifts SRE responsibilities. It addresses how microservices, service meshes, and dynamic scheduling require SREs to move from simple system monitoring to deep, code-level observability and platform design.

💡 Explore Related: Demos | Cheatsheets | Kubernetes