Files
awesome-kubernetes/v2-docs/kubernetes-based-devel.md
Nubenetes Bot 19b7b44e20 feat(v2): restore in-page search/tag filter & drop redundant Markdown TOC
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>
2026-06-19 18:49:15 +02:00

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

Kubernetes Developer Experience

Remote Debugging

IDE Integration

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

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

🔗 See Also: About | Postman