Hey, I'm the person behind this project. Thank you for sharing this. Many people have reached out to improve it, and I might come back with a Jira version one day.
How about a Workday version? Maybe also one integrated with an Epic EMR somehow?
xlskubectl – a spreadsheet to control your Kubernetes cluster
61–70 of 78 posts
Re: xlskubectl – a spreadsheet to control your Kubernetes cluster
#62Hey, I'm the person behind this project. Thank you for sharing this. Many people have reached out to improve it, and I might come back with a Jira version one day.
Re: xlskubectl – a spreadsheet to control your Kubernetes cluster
#63If it was read-only I wouldn't hate it so much. A table view of all my resources wouldn't be bad. But heaven forbidden if I hit a random number in a random cell!
Re: xlskubectl – a spreadsheet to control your Kubernetes cluster
#64Hey, I'm the person behind this project. Thank you for sharing this. Many people have reached out to improve it, and I might come back with a Jira version one day.
Re: xlskubectl – a spreadsheet to control your Kubernetes cluster
#65Re: xlskubectl – a spreadsheet to control your Kubernetes cluster
#66Love it. I generally avoided excel when my previous role was a dev. Now, leading a team - I find it more useful as it's a little universe to add various computations (counts, min, max) of various sorts of data that I want to keep track across projects & create charts etc, create rapid UIs (project timelines etc) and easily change them when required, invite collaborators, use that to replace slides to drive meeting di…
Is this feature what you're looking for? https://support.microsoft.com/en-us/office/display-the-relat...
Here is the doc for Google sheets: https://support.google.com/docs/answer/63175?hl=en&co=GENIE....
Re: xlskubectl – a spreadsheet to control your Kubernetes cluster
#67Earlier quoted context omitted.
The problem with spreadsheets vs regular tables is that spreadsheets allow for a lot of customisation (which is kind of the point of a spreadsheet vs a table). As a programming interface, that makes spreadsheets deceptively powerful. But as a UI were you need to have control over how the user interacts, that makes spreadsheets incredibly painful to integrate. Source: myself. I worked on a project around 20 years ago…
There are a bunch of options for blocking cells from being edited etc. Excel pros (I am none) can do quite some nice tools on top of Excel. Excel runs the world ...
I’ve already addressed this and the problems with that approach.
> Excel pros (I am none) can do quite some nice tools on top of Excel.
As I explained in my OP, I was one of them.
> Excel runs the world ...
I agree. I never claimed otherwise. So I don’t really understand your point here if it’s not to make a strawman argument.
Re: xlskubectl – a spreadsheet to control your Kubernetes cluster
#68Does it mean you can give it Finance and get rid of the IT Operations team?
Re: xlskubectl – a spreadsheet to control your Kubernetes cluster
#69Better than yaml. Spreadsheets are underused as an UI. Every time you embed a table component in your app you probably wouldn’t complain about it being one.
Re: xlskubectl – a spreadsheet to control your Kubernetes cluster
#70Earlier quoted context omitted.
They’re not worse than YAML…
In fact as a configuration file, spreadsheets are a much superior UI, you can change lots of numbers very quickly if your config is tabular in nature. Whether it is a good idea that what you type should modify a prod environment live is a different question. Working in finance and living in spreadsheet it sounds like a terrible design to me. You want to be to inspect the whole config change before it affects the targ…