awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
denverdino avatar

denverdino/k8s-for-docker-desktop

0
View on GitHub↗
5,050 स्टार्स·1,119 फोर्क्स·PowerShell·7 व्यूज़

K8s For Docker Desktop

यह प्रोजेक्ट विशेष रूप से Mac और Windows के लिए Docker Desktop के भीतर लोकल Kubernetes एनवायरनमेंट को इनिशियलाइज़ और कॉन्फ़िगर करने के लिए डिप्लॉयमेंट टूल का एक सेट है। यह एक लोकल क्लस्टर बूटस्ट्रैपर के रूप में कार्य करता है जो Kubernetes डैशबोर्ड, इनग्रेस कंट्रोलर्स और Istio सर्विस मेश सहित आवश्यक कंपोनेंट्स को इंस्टॉल करता है। टूलकिट में एक कंटेनर इमेज मिररिंग सिस्टम शामिल है जो रजिस्ट्री को मिरर पर रीमैप करता है, जिससे एनवायरनमेंट को नेटवर्क प्रतिबंधों को बायपास करने और बूटस्ट्रैपिंग प्रक्रिया के दौरान इमेज पुल को तेज करने की अनुमति मिलती है। व्यापक क्षमताएं माइक्रोसर्विसेज एनवायरनमेंट सेटअप को कवर करती हैं, जिसमें इनग्रेस गेटवे का कॉन्फ़िगरेशन और सर्विस-टू-सर्विस संचार के लिए ऑटोमैटिक साइडकार इंजेक्शन शामिल है।

Features

  • Cluster Bootstrapping - Initializes and configures a local Kubernetes cluster on Docker Desktop to a known good state.
  • Container Image Mirroring Tools - Provides specialized utilities for remapping and synchronizing images between remote registries and local mirrors.
  • Registry Mirror Accelerators - Configures registry mirrors to bypass network restrictions and accelerate container image retrieval.
  • Ingress Controllers - Installs and configures ingress controllers to manage and route external traffic into the local cluster.
  • Kubernetes Service Meshes - Automates the deployment of the Istio service mesh to manage network traffic and security in local clusters.
  • Local Kubernetes Clusters - Provisions a single-node container orchestration environment within Docker Desktop for local development.
  • Sidecar Injection - Automates the injection of sidecar proxy containers into application pods for network traffic management.
  • Environment Bootstrapping - Automates the initial setup of a microservices environment including ingress gateways and sample applications.
  • Web-Based Kubernetes Management Interfaces - Provides a web-based interface to monitor and manage cluster resources, reducing Kubernetes complexity.
  • Cluster Image Preloading - Downloads required container images in advance to accelerate the local cluster bootstrapping process.
  • Container Image Tagging - Includes utilities for pulling and tagging specific container images to prepare local deployment environments.
  • Kubernetes Dashboards - Installs the official Kubernetes dashboard for visual monitoring and management of cluster resources.
  • Resource Manifest Provisioning - Provides automated deployment of cluster components via declarative YAML configuration files.
  • Cluster Proxies - Implements a local proxy service to route traffic to the Kubernetes API server for dashboard access.

स्टार हिस्ट्री

denverdino/k8s-for-docker-desktop के लिए स्टार हिस्ट्री चार्टdenverdino/k8s-for-docker-desktop के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

K8s For Docker Desktop के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो K8s For Docker Desktop के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • aws/copilot-cliaws का अवतार

    aws/copilot-cli

    3,735GitHub पर देखें↗

    AWS Copilot is a command line interface for deploying and managing containerized applications and services on AWS. It serves as a container deployment tool, infrastructure orchestrator, and job runner, enabling the release of production-ready workloads through a simplified set of commands. The tool distinguishes itself by automating the entire application lifecycle, from initializing directory structures and manifests to managing continuous delivery pipelines with Git integration. It utilizes a manifest-based approach to generate and customize cloud infrastructure templates, allowing for the

    Goaws-apprunneraws-ecsaws-fargate
    GitHub पर देखें↗3,735
  • quarkusio/quarkusquarkusio का अवतार

    quarkusio/quarkus

    15,479GitHub पर देखें↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Javacloud-nativehacktoberfestjava
    GitHub पर देखें↗15,479
  • badtuxx/girus-clibadtuxx का अवतार

    badtuxx/girus-cli

    2,625GitHub पर देखें↗

    girus-cli is a command-line toolset that functions as a containerized workspace manager, Kubernetes lab orchestrator, and infrastructure template manager. It is used to launch consistent, template-based development environments and initialize local Kubernetes clusters with necessary backend and frontend services. The system manages the distribution and installation of environment configurations from both local and remote repositories. It enables the creation of isolated workspaces for technical practice and skill validation through the use of predefined templates and container technology. Th

    Go
    GitHub पर देखें↗2,625
  • linkerd/linkerdlinkerd का अवतार

    linkerd/linkerd

    5,316GitHub पर देखें↗

    Linkerd is a Kubernetes service mesh that manages network traffic between microservices. It functions as a transparent networking proxy, layer 7 traffic manager, and mutual TLS security layer, providing observability and reliability for service-to-service communication without requiring changes to application code. The project distinguishes itself through a sidecar-proxy architecture that intercepts TCP and application-level traffic to provide automatic mutual TLS encryption and identity verification. It enables cross-cluster service networking to link multiple clusters and implements cloud-n

    Scalacloud-nativelinkerdservice-discovery
    GitHub पर देखें↗5,316
K8s For Docker Desktop के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

denverdino/k8s-for-docker-desktop क्या करता है?

यह प्रोजेक्ट विशेष रूप से Mac और Windows के लिए Docker Desktop के भीतर लोकल Kubernetes एनवायरनमेंट को इनिशियलाइज़ और कॉन्फ़िगर करने के लिए डिप्लॉयमेंट टूल का एक सेट है। यह एक लोकल क्लस्टर बूटस्ट्रैपर के रूप में कार्य करता है जो Kubernetes डैशबोर्ड, इनग्रेस कंट्रोलर्स और Istio सर्विस मेश सहित आवश्यक कंपोनेंट्स को इंस्टॉल करता है। टूलकिट में एक कंटेनर इमेज मिररिंग सिस्टम शामिल है जो रजिस्ट्री को मिरर पर रीमैप करता है, जिससे एनवायरनमेंट को नेटवर्क प्रतिबंधों को बायपास करने और…

denverdino/k8s-for-docker-desktop की मुख्य विशेषताएं क्या हैं?

denverdino/k8s-for-docker-desktop की मुख्य विशेषताएं हैं: Cluster Bootstrapping, Container Image Mirroring Tools, Registry Mirror Accelerators, Ingress Controllers, Kubernetes Service Meshes, Local Kubernetes Clusters, Sidecar Injection, Environment Bootstrapping।

denverdino/k8s-for-docker-desktop के कुछ ओपन-सोर्स विकल्प क्या हैं?

denverdino/k8s-for-docker-desktop के ओपन-सोर्स विकल्पों में शामिल हैं: aws/copilot-cli — AWS Copilot is a command line interface for deploying and managing containerized applications and services on AWS. It… quarkusio/quarkus — Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications.… badtuxx/girus-cli — girus-cli is a command-line toolset that functions as a containerized workspace manager, Kubernetes lab orchestrator,… podman-desktop/podman-desktop — Podman Desktop is a graphical user interface for building, managing, and deploying containers and Kubernetes clusters… linkerd/linkerd — Linkerd is a Kubernetes service mesh that manages network traffic between microservices. It functions as a transparent… openshift/origin — OpenShift Origin is a Kubernetes distribution platform that extends Kubernetes with integrated security,…