mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-12 18:00:37 +00:00
Fix: the per-page resource search box with maturity tag-pills stopped appearing after navigation.instant was enabled (DOMContentLoaded fires only on first SPA load). Reworked v2_filter.js to init via Material's document$ observable with a DOMContentLoaded fallback, guard double-injection, bind the clickable-tag delegation once, and add a no-results state. Cache-bust ?v=2.9.12. Change: removed the duplicated Markdown "## Table of Contents" from all 156 V2 content pages and from v2_optimizer.py — it forced hundreds of links of scroll on large pages. Replaced by Material's native sticky "On this page" TOC (removed toc.integrate, added toc.follow). tags.md keeps its TOC (it is an index). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
5.9 KiB
5.9 KiB
Kubernetes Based Development. Kubernetes Distributions for local environments. Kubernetes Development Tools and Dashboards
!!! tip "Nubenetes V2 Elite Portal" You are browsing the AI-Curated V2 Elite Edition. Looking for the exhaustive list of references? Check out the V1 Historical Archive.
!!! info "Architectural Context" Detailed reference for Kubernetes Based Development. Kubernetes Distributions for local environments. Kubernetes Development Tools and Dashboards in the context of The Container Stack.
API and Integration Testing
Mocking and Virtualization
Microcks
- (2026) microcks.io [JAVA CONTENT] [ADVANCED LEVEL] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — Microcks is a cloud-native platform for mocking and virtualization of APIs (REST, gRPC, GraphQL, AsyncAPI). It speeds up microservices testing by generating mock endpoints and testing compliance directly against enterprise schemas.
Microcks Integration
- (2022) microcks.io: Podman Compose support in Microcks [COMMUNITY-TOOL] — Explains how to design local mock environments using Microcks combined with Podman Compose. This is ideal for developers running daemonless environments who require automated contract API validation.
Development Workflow
CICD Integration
Okteto Actions
- (2024) github.com/marketplace: Automating your Kubernetes dev environments with' the open source oktetohq Cloud got easier with GitHub Actions [YAML CONTENT] 🌟🌟🌟 [COMMUNITY-TOOL] — Official GitHub Marketplace configurations showing how to harness Okteto GitHub Actions to dynamically spin up on-demand preview environments. Streamlines deployment verification directly in active PR validation pipelines.
Kubernetes Developer Experience
Remote Debugging
IDE Integration
- (2021) dev.to/dsudia: How to Integrate Docker & JetBrains into Telepresence [ADVANCED LEVEL] [COMMUNITY-TOOL] — A detailed technical guide explaining how to integrate Telepresence proxying with Docker Desktop and JetBrains IDE debuggers. It covers setting up traffic intercepts to enable step-by-step local JVM/Node debugging.
Telepresence
- (2026) telepresence.io 🌟 [GO CONTENT] [ADVANCED LEVEL] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — Telepresence is a CNCF proxying tool that connects a local development machine directly to a remote Kubernetes cluster. It redirects service traffic, enabling developers to run integration tests and debug local services as if they were live in the cluster.
Platform Engineering
Application Delivery
Catalog UI
- (2025) ==kubeapps.dev 🌟== [GO CONTENT] [ADVANCED LEVEL] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — A web-based control plane for deploying and managing packaged cloud-native applications on Kubernetes. Provides visual tooling to interact with Helm charts, Operators, and Carvel packages with integrated RBAC and multi-cluster deployment scopes.
Multi-Cloud
PaaS Framework
- (2023) thenewstack.io: Cloud Manager: A New Multicloud PaaS Platform Built on Kubernetes [N/A CONTENT] [ADVANCED LEVEL] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — Architectural breakdown of Cloud Manager, analyzing its design as a next-generation multi-cloud Platform-as-a-Service (PaaS) built directly on top of Kubernetes operators to streamline resource orchestration.
UI and Dashboards
Enterprise Console
- (2026) github.com/openshift/console 🌟 ⭐ 456 [TYPESCRIPT CONTENT] [ADVANCED LEVEL] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — The official enterprise-grade administrative console for OpenShift environments. Offers advanced visualization dashboards for developers and platform operators, featuring real-time telemetry, custom resource definition (CRD) rendering, and multi-tenant security.
💡 Explore Related: OCP 4 | Serverless | Kubectl Commands