mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-20 08:04:27 +00:00
11 KiB
11 KiB
Kubernetes distributions for local environments. Kubernetes Development Tools and Dashboards
- Non-production Kubernetes Local Installers. Kubernetes distributions for local environments
- Kubernetes Development Tools. Kubernetes Clients and Dashboards
Non-production Kubernetes Local Installers. Kubernetes distributions for local environments
- Minikube A tool that makes it easy to run Kubernetes locally inside a Linux VM. It's aimed on users who want to just test it out or use it for development. It cannot spin up a production cluster, it's a one node machine with no high availability.
- kind Kubernetes IN Docker - local clusters for testing Kubernetes. Kind is a tool for running local Kubernetes clusters using Docker container “nodes”. kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI.
- kubernetes-development-environment-in-a-box This project is geared toward running multiple isolated KinD cluster on a single instance. This project produces an AMI image that can run an instance that has Docker and multiple isolated Kubernetes clusters running in it using KinD. The main use case is to setup one node that can run multiple fully isolated Kubernetes cluster on it for development purposes.
- store.docker.com: Docker Community Edition EDGE with kubernetes. Installing Kubernetes using the Docker Client Currently only available in Edge edition.
- medium.com: Local Kubernetes for Linux — MiniKube vs MicroK8s
- itnext.io: Run Kubernetes On Your Machine Several options to start playing with K8s in no time
- padok.fr: MiniKube, Kubeadm, Kind, K3S, how to get started on Kubernetes?
- loft.sh: Kubernetes Development Environments – A Comparison
- opensource.com: 4 ways to run Kubernetes locally Set up a local development environment or just try out the container orchestration platform with these tools.
- dex.dev: Local Development Clusters
- itnext.io: Kubernetes local playground alternatives
- dex.dev: Local Development Clusters
- blog.radwell.codes: What’s the best Kubernetes distribution for local environments? 🌟
- Metal Kubes Create OnPrem Kubernetes Cluster. Install Kubernetes Cluster on Bare Metal Machines
Kubernetes Development Tools. Kubernetes Clients and Dashboards
- ordina-jworks.github.io: A comparison of Kubernetes clients and dashboards
- loft.sh: Kubernetes Development Environments – A Comparison
- yitaek.medium.com: Useful Tools for Better Kubernetes Development 🌟 Lens, Polaris, kube-hunter, kube-bench, Trivy, Goldilocks, Kyverno, kube-ps1, kubectx + kubens , krew, kubectl-neat, kube-no-trouble, helm-mapkubeapis, kube-diff + helm-diff , kube forwarder, kubecost, kubespy.
- kccncna20.sched.com: A Walk Through the Kubernetes UI Landscape Working with Kubernetes clusters and workloads can be overwhelming, both for operators, as well as application developers. While kubectl is the de-facto standard interface to interact with Kubernetes' API, a graphical user interface can provide a better experience for newcomers and advanced users alike. This talk will look at the current landscape of Open Source Kubernetes web and desktop UIs, including Kubernetes Dashboard, Lens, Octant, Kubernetes Web View, and Headlamp. Particularly, how different dashboards are built, for what purpose they can be used, and how they compare in terms of functionality, so attendees can get the most out of the vast landscape of Kubernetes UIs.
- tilt.dev 🌟 You can use Tilt to easily build and run your application on Kubernetes. In comparison with similar tools, it provides UI for managing the process and cloud platform to share data with your team.
- microcks.io 🌟 K8s-based API mock/test tool.
- kinvolk.io: Shining a light on the Kubernetes User Experience with Headlamp
- kubevious
- cncf.io: Tools to develop apps on Kubernetes 🌟
- blog.usejournal.com: Useful Tools for Better Kubernetes Development
- loft.sh: Kubernetes Dashboards: Headlamp - Headlamp Dashboard
- blog.tekspace.io: Deploying Kubernetes Dashboard in K3S Cluster
- williamlam.com: Useful Interactive Terminal and Graphical UI Tools for Kubernetes
- hackerxone.com: How To Install Kubernetes Dashboard with NodePort in Linux
- loft.sh: Kubernetes Monitoring Dashboards - 5 Best Open-Source Tools
- loft.sh: Kubernetes Development Environments – A Comparison
- medium: YAKD: Yet Another Kubernetes Dashboard A list of most popular opensource kubernetes dashboard both for local development & in production as well
- adamtheautomator.com: How to Install and Set Up Kubernetes Dashboard [Step by Step]
Okteto local kubernetes development
- okteto.com: How to Develop and Debug Java Applications on Kubernetes
- codefresh.io: Tutorial - Local Kubernetes Development with Okteto 🌟
Lens Kubernetes IDE
- Lens Kubernetes IDE 🌟 Lens is the only IDE you’ll ever need to take control of your Kubernetes clusters. It's open source and free. Download it today!
- medium: Lens 5 Released
- medium: How To Give Developers Secure Access to Kubernetes Clusters
- Lens Resource Map extension Lens - The Kubernetes IDE extension that displays Kubernetes resources and their relations as a force graph.
Kubenav
- kubenav is the navigator for your Kubernetes clusters right in your pocket. kubenav is a mobile, desktop and web app to manage Kubernetes clusters and to get an overview of the status of your resources.
Cloud Manager
- thenewstack.io: Cloud Manager: A New Multicloud PaaS Platform Built on Kubernetes
- medium: Do It All Kubernetes Dashboard
Skaffold. Local Kubernetes Development
- Skaffold 🌟
- infracloud.io: Build and deploy Kubernetes apps with Skaffold
- testingclouds.wordpress.com: Migrating from Docker Compose to Skaffold 🌟
Telepresence local development for k8s and openshift microservices
- telepresence.io 🌟 Fast, local development for kubernetes and openshift microservices.
- telepresence.io: Debug a Kubernetes service locally 🌟 Imagine you have a service running in a cluster, and someone reports a bug. You want to run the service locally but how? Enter Telepresence
- betterprogramming.pub: Do Faster Development and Testing on Kubernetes Apps With Telepresence Use Telepresence to instantly deploy your code change to a Kubernetes cluster
- telepresence.io: Intercept a service in your own environment 🌟 Today, I needed to intercept traffic sent to the application running on Kubernetes and forward it to the local dev instance.
