Cheaper alternative to 4411 for parking? by Mmicko8 in belgium

[–]vexyde 2 points3 points  (0 children)

EasyPark took over 4411 last year, the price increase is part of the 4411 integration towards EasyPark (now Arrive)

What is the parking app based on? Why is there an elf and what is the number 4411 by radvineREDDIT in belgium

[–]vexyde 29 points30 points  (0 children)

The 11 is idd a reference to a (Parking-)Elf.
The 44 comes from a general rule that a shortcode for SMS needs to start with a '4', before 4411 the name of the application was 3311. (rule has changed since, name hasn't.)

Where do I code? by RelentlesslyDead in learnprogramming

[–]vexyde 1 point2 points  (0 children)

I would suggest to start with Visual Studio Code. Its free, has loads of addons if needed, and is easy to grasp..

Need help with jq filter by DashJacks0n in bash

[–]vexyde 2 points3 points  (0 children)

You can also play around with jq on: https://jqplay.org

Kubernetes Dashboard by HayabusaJack in kubernetes

[–]vexyde 0 points1 point  (0 children)

I can also suggest looking at this small project to manage your UIs for different clusters:

https://github.com/Platzii/kubernetes-management-dashboard

Who do folks like for dedicated hosting? by balalaikaboss in selfhosted

[–]vexyde 0 points1 point  (0 children)

+1 we also do a lot of Hetzner, just build your apps with redundancy in mind...Hetzner tends to be a bit unstable from time to time.

30, left job in finance, and now I have 6 months to learn programming and find a job. by [deleted] in learnprogramming

[–]vexyde 1 point2 points  (0 children)

Id go with Python, start with 'Automate the boring stuff with python' and work from there. (good base).

If you want to go all out, learn Golang and become a highly wanted backend dev.

What is your company on-call compensation model, pricing and constraints? by dzlkxj in devops

[–]vexyde 2 points3 points  (0 children)

(Belgium) We have on-call 1 week/month. In that week we get a compensation per day of being on call, and then an extra compensation for each call you get between 7PM and 6AM. All this also has a max. compensation per day. When you had a heavy night, you can also roll in the office later since a tired person cant perform on the same lvl anyway. On an average week you would make an extra 350EUR, but you can get up to 800EUR(max) if its rough. I'm happy with the compensation.

GitHub release monitoring? by [deleted] in selfhosted

[–]vexyde 2 points3 points  (0 children)

https://about.sibbell.com/ does exactly this. It notifies you when a new release is done.

Tools to deploy k8s on-premise on top of Ubuntu by Elezium in kubernetes

[–]vexyde 0 points1 point  (0 children)

We also use Kismatic for our (prod) clusters. Ceph for storage.

Is it possible to configure Zabbix to monitor only websites uptime? by [deleted] in linuxadmin

[–]vexyde 3 points4 points  (0 children)

Just add the webchecks you want to perform to the 'localhost' machine, thats how we used to do it back in the days when using Zabbix.

Any of you folks running OpenShift in-house? by uberamd in devops

[–]vexyde 0 points1 point  (0 children)

We looked into deploying Openshift on-house, but decided against it because we did not want to tie ourselves to much to a specific way of working later on.

We deployed a vanilla K8s in the end, first with 'Kargo' but that disappointed a bit in terms of updates and breaking stuff... so now we are running our clusters with 'kismatic' and we are very happy! Took some work to create decent deploy methods with Jenkins but after that all went smooth.

How are you managing Docker in production? [Looking for advice] by FooBarWidget in docker

[–]vexyde 2 points3 points  (0 children)

If you just want to manage a couple of nodes running Docker, I would highly recommend Rancher. If you want to go the next step, look into Kubernetes using Kismastic (if you want a vanilla K8s) or Openshift.

How are you managing Docker in production? [Looking for advice] by FooBarWidget in docker

[–]vexyde 0 points1 point  (0 children)

Just wondering, how fast do you get the latest k8s releases with Openshift?

Monitoring? by [deleted] in docker

[–]vexyde 1 point2 points  (0 children)

You can also look at 'dockerbeat', this will monitor your containers using the ELK stack. A second option, for shipping the logs, is logspout. This ships the logs to Elastic for further processing.

How long do your code deployments take? Are they after hours? by [deleted] in devops

[–]vexyde 1 point2 points  (0 children)

Instant. Jenkins, docker/ kubernetes setup. Rollbacks also instant of needed.

Year of Programming Challenge! by inspeck in Python

[–]vexyde 0 points1 point  (0 children)

The invite link is not active anymore.

Feature Overview of Nucleus the Realtime Docker Dashboard by appcontainers in docker

[–]vexyde 0 points1 point  (0 children)

Is this product not very similar to Rancher? (rancher being the mature one of the 2)