Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mihailtd/mirrord-demo
This repository demonstrates using mirrord by MetalBear to develop and debug a Kubernetes application as if it were running locally. It includes the code, Kubernetes manifests, and a sample Go application used in the Let's Talk Dev YouTube video.
https://github.com/mihailtd/mirrord-demo
devops devtools k8s kubernetes localdev
Last synced: 9 days ago
JSON representation
This repository demonstrates using mirrord by MetalBear to develop and debug a Kubernetes application as if it were running locally. It includes the code, Kubernetes manifests, and a sample Go application used in the Let's Talk Dev YouTube video.
- Host: GitHub
- URL: https://github.com/mihailtd/mirrord-demo
- Owner: mihailtd
- Created: 2024-10-21T14:47:24.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2024-10-21T14:59:32.000Z (17 days ago)
- Last Synced: 2024-10-22T00:59:21.059Z (16 days ago)
- Topics: devops, devtools, k8s, kubernetes, localdev
- Language: Go
- Homepage: https://youtu.be/KJpEebC1tNE
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mirrord Demo Repository - Let's Talk Dev YouTube Video
Welcome to the mirrord Demo repository! This repository includes a demonstration of using mirrord to develop and debug a Kubernetes application as if it were running on your local machine.
## Video
This repository is part of the video on Let's Talk Dev where I demonstrate how to use mirrord by MetalBear to develop and debug a Kubernetes application. Watch the video on YouTube:[mirrord by MetalBear: Develop and Debug Kubernetes Applications](https://youtu.be/KJpEebC1tNE)
## Introduction
This repository contains the code and Kubernetes manifests used in Let's Talk Dev's video where mirrord by MetalBear is demonstrated. It also contains a sample Go application.
With mirrord, you can develop and debug your code directly within a remote Kubernetes cluster without affecting other users.## Setup
### Prerequisites
- Docker
- Kubernetes cluster (e.g., Rancher Desktop, Minikube, kind etc.) see my video on [using Rancher Desktop for local Kubernetes development](https://youtu.be/UwXaUESSRBY)
- mirrord CLI
- Visual Studio Code (VS Code)
- mirrord VS Code extension
- Go (for the demo application)