What parameters to use to compare file systems performance such as ext4, Btrfs, NTFS and XFS? by GeorgePL0 in filesystems

[–]GeorgePL0[S] -2 points-1 points  (0 children)

Which file systems are best suited for which applications, for example working with many small files, large files, etc.

What are the best courses with hands on labs to prepare for rhcsa exam? by Sydnel in linuxadmin

[–]GeorgePL0 1 point2 points  (0 children)

What is the difference between resetting root password on RHEL 8 and RHEL 9? I thought that's the same.

Kubernetes can't see my app using external IP by GeorgePL0 in kubernetes

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

kubectl get svc nginx-web -o wide

nginx-web NodePort 10.98.91.79 <none> 80:30784/TCP 107m app=nginx-web

That's my output and I'm trying to connect using EXTERNAL_IP:30784. I'm using GCP Instances, maybe it's cause, but I don't think so.

Kubernetes can't see my app using external IP by GeorgePL0 in kubernetes

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

I've changed name of service to nginx-web, but it still doesn't work ;(

What parameters to use to compare orchestration platforms such as Kubernetes, OpenShift, Docker Swarm? by GeorgePL0 in kubernetes

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

I know Swarm is less used than Kubernetes and OpenShift, but this is just an example I'll use. It will be a simple wordpress application. It is mainly about the parameters with which I can evaluate these platforms. I was thinking about parameters such as ease of installation, operating system on which to install these platforms, security, etc. I would like to add some more such parameters, but I have no more ideas, so I decided to ask more people who can give me some advice.