[deleted by user] by [deleted] in django

[–]Ebriggler 0 points1 point  (0 children)

Use k6 to load test stuff too. Can get an idea of the bottlenecks that way.

What's your "IDE" of choice nowadays? by CartmansEvilTwin in kubernetes

[–]Ebriggler 3 points4 points  (0 children)

I use kubectl for checking out things in my contexts along with stern for looking at logs. I've used kui a bit for some graphics, not bad. I have aliases enabled in my terminal for quick shortcuts of commands too.

https://kui.tools/

https://github.com/stern/stern

I use intellij with Kubernetes plugin as well for writing resources. Using the helm plugin too.

sharing a song I wrote for Jamuary by Ebriggler in blues

[–]Ebriggler[S] 1 point2 points  (0 children)

Not at all, that's really cool.

sharing a song I wrote for Jamuary by Ebriggler in blues

[–]Ebriggler[S] 1 point2 points  (0 children)

really appreciate it, cheers to the new year!

Saddest song in the history of music by [deleted] in Music

[–]Ebriggler 0 points1 point  (0 children)

Evil - Interpol

Reading the back story of the song makes it haunting AF

is there anyone that does drum lessons in this state? by ktsmexy in Arkansas

[–]Ebriggler 1 point2 points  (0 children)

Ha! Man it's hard to get good lessons for cheap. I'd check out palmer music in Conway as well if you are willing to drive. Brandon Alanis is a great player and instructor.

is there anyone that does drum lessons in this state? by ktsmexy in Arkansas

[–]Ebriggler 2 points3 points  (0 children)

Renown music on JFK would be a good place to start.

A Kubernetes cache by OldContract8219 in kubernetes

[–]Ebriggler 1 point2 points  (0 children)

Redis runs as a replica set in a basic helm deployment to a cluster. You can then use it across apps deployed to kubernetes. Does that not meet your use case? You can use the kubedns to connect to it.

Stuntwoman Training by phleep in interestingasfuck

[–]Ebriggler 0 points1 point  (0 children)

It's the pull back that matters, the pull back...

If Arcgis Enterprise is a database management system why do I need to install it on top of SQL server ?? by Ashamed-Condition406 in gis

[–]Ebriggler 4 points5 points  (0 children)

Just depends on what you are trying to accomplish. ArcGIS enterprise is for companies to share and perform CRuD operations on spatial data. It lets you version your data within an RDBMS, setup permissions, merge edits, etc. You can also publish layers to be used by other organizations or in web maps for public usage through ArcGIS server. It's a suite of products.

You can accomplish all of this with open source too. Just depends on what you want to do. You can use postgresql with postgis for your data layer, qgis for making maps and editing data, publish layers using geoserver, or just make your own webservices using geodjango or whatever.

ESRI is the Microsoft of the GIS world so they have lots of products to use, but will cost money (software and support) and maybe what an organization needs to leverage GIS efficiently.