# 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**](/v1/kubernetes-based-devel/).
!!! 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**](https://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](https://microcks.io/blog/podman-compose-support) [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](https://github.com/marketplace?query=publisher%3Aokteto&type=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](https://dev.to/dsudia/how-to-integrate-docker-jetbrains-into-telepresence-31op) [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 🌟**](https://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 🌟==](https://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**](https://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 🌟**](https://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](./ocp4.md) | [Serverless](./serverless.md) | [Kubectl Commands](./kubectl-commands.md)
🔗 **See Also:** [About](./about.md) | [Postman](./postman.md)