Live data from Hacker News

xlskubectl – a spreadsheet to control your Kubernetes cluster

github.com

61–70 of 78 posts

Re: xlskubectl – a spreadsheet to control your Kubernetes cluster

#61

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?

Ooh yes! Also would love a Salesforce integration so the sales team can scale up without talking to eng. Bonus points if they can add and remove nodes

Re: xlskubectl – a spreadsheet to control your Kubernetes cluster

#62

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.

This is a cursed project, but I can't help but admire it.

Re: xlskubectl – a spreadsheet to control your Kubernetes cluster

#63

If 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!

I would hope it's smart enough to automatically convert any values in the cell to a number. For example if I type "a" into the cell, it should create 97 replicas

Re: xlskubectl – a spreadsheet to control your Kubernetes cluster

#64

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.

when you get a chance, please add Office 97 compatibility and release an Electron-based native app. Also the page doesn't load properly on IE6. Thanks!

Re: xlskubectl – a spreadsheet to control your Kubernetes cluster

#66
post #26
post #24

Love 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...

Today I learned.

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

#67
post #36

Earlier 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 ...

> There are a bunch of options for blocking cells from being edited etc.

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

#68
post #9

Does it mean you can give it Finance and get rid of the IT Operations team?

This would be awesome - let's make finance responsible for infrastructure! That way they can at the same time save a lot of money, and be accountable (pun intended) for the impact they make by "saving" money.

Re: xlskubectl – a spreadsheet to control your Kubernetes cluster

#70
post #17

Earlier 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…

Also in spreadsheet you can do proper computation, reference other values, make VLOOKUPs. So much better than YAML where the entire ecosystem seems to pretend there isn't a need for abstraction in configs.
Post reply on HN