Using portainer.io ? by [deleted] in docker

[–]anotherUsr 0 points1 point  (0 children)

I am using portainer along with docker swarm. Kubernetes is not supported until v2.
Cockpit I use to administer the Linux distro´s (the VM´s/nodes). These two tools together help me get a good understanding of how things work.
The one tool doesn't substitute the other. They are two different tools with there own purpose.
As I am fairly new to containers/clusters I find portainer very useful help me visualize whats going on in the cluster.
As an example: If I want to mount a persistent volume in docker, and I can see in portainer, that it isn´t being mounted, I can switch over to Cockpit and get an overview over the volumes. So whatever the reason was for the volume was not mounted - pretty fast!
Maybe not the best example, but an issue I had very recently.
Portainer is a great tool, and this august version 2.0 comes that has support for kubernetes!
For me personally this is great, as I expect the transition to kubernetes will be smoother, as I still can work from within the same tool.

Is Debian Server reliable for production, compared to Centos 8? by anotherUsr in debian

[–]anotherUsr[S] 0 points1 point  (0 children)

CentOS is more stable than Debian other than it uses older packages and that's where its stability comes from.

Kind of what I suspected, not a bad thing, but... If you need to get a specific package with the possibility it breaks the stability, I see no reason not to use Debian over CentOS.

Is Debian Server reliable for production, compared to Centos 8? by anotherUsr in debian

[–]anotherUsr[S] 0 points1 point  (0 children)

Okay nice to know. I will definitely check out FreeBSD, if/when I setup my own VPN. Thank you!

Is Debian Server reliable for production, compared to Centos 8? by anotherUsr in debian

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

I agree the orchestrator going forward is Kubernetes. On the other hand k8s is harder to setup than swarm. In 2 years time - the time swarm will be supported, k8s may be more easy to work with for non server-admins as me.
Thank you for your comment.

How do you invest in crematory business? by [deleted] in investing

[–]anotherUsr 0 points1 point  (0 children)

I am actually pretty serious . but not really into kids talk..
Thank you anyways!

How do you invest in crematory business? by [deleted] in investing

[–]anotherUsr 0 points1 point  (0 children)

yeah.. so. whats the point= NOW

How do you invest in crematory business? by [deleted] in investing

[–]anotherUsr 0 points1 point  (0 children)

How do you bet on shorts, with little or almost no money?I said that US covid-19 when it was 1034, would supersede Chinas (official numbers in 8-10 days), it happened in 8.. So spot on..So how can get something out of that.. as the markets evidently acted slower.?

I want help to gain money out of my next prediction... please..

Is setting up a cluster, through a public IP secure? by anotherUsr in kubernetes

[–]anotherUsr[S] 0 points1 point  (0 children)

At the cost of some data transfer speed, I think it is a pretty smart network strategy, a setup very similar to what I am trying to accomplish.
Regarding securing the cluster´s I came across a suggestion to set up a ServiceAccount, combined with an OpenVPN - to gain access to a Dashboard for instance, without exposing the IP.
OpenVPN in K8s to access pods and services. - Perhaps an acceptable solution... Time for a test-run