alexellis / arkade

Open Source Marketplace For Developer Tools
https://blog.alexellis.io/kubernetes-marketplace-two-year-update/
MIT License
4.19k stars 286 forks source link

[CLI]: vCluster CLI support #526

Closed developer-guy closed 2 years ago

developer-guy commented 2 years ago

vCluster- Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces.

Project Site: https://www.vcluster.com Stars: 897 Contributors: 10 Slack Channel: https://slack.loft.sh/

Expected Behaviour

$ arkade get vCluster

Current Behaviour

There is no support for installing vCluster CLI.

Are you a GitHub Sponsor (Yes/No?)

Check at https://github.com/sponsors/alexellis

Possible Solution

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Context

Your Environment

kubectl version
uname -a

cat /etc/os-release
arkade version
alexellis commented 2 years ago

Hi could you provide some more context?

What company creates this project? Does it have any traction? How many GitHub stars? How many contributors?

Thanks

developer-guy commented 2 years ago

should we put these details to the issue template, just an idea 🤔

developer-guy commented 2 years ago

maybe we can create two separate issue templates one for applications one for CLIs, does it make sense?

alexellis commented 2 years ago

@developer-guy did you giver answers to these questions? I would prefer a comment so I can see what changed. Thanks

developer-guy commented 2 years ago

@developer-guy did you giver answers to these questions? I would prefer a comment so I can see what changed. Thanks

I updated the description of the issue according to your questions instead giving an answer in comments @alexellis

alexellis commented 2 years ago

I took another look at this today. So vCluster is the tool from loft-sh, right?

That sounds fine. Can you go ahead and add a PR for the CLI? @developer-guy

Their download page has lots of tabs that would just become "arkade get"

image