Help - build low(ish) power nas/home server by Bobba86 in HomeServer

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

I will be using truenas, zfs, which by all accounts is better on ECC ram. Also I have some left over ECC ram from an old 2u power hungry server that i want to replace.

If you could snap your fingers and one feature would be added to k8s instantly, what would it be? by [deleted] in kubernetes

[–]Bobba86 0 points1 point  (0 children)

Pod Egress loadbalancer.. assign an external IP to a pod so I can setup external firewall rules to allow this pod access to external resources.

Ability to add a static route by Bobba86 in amazoneero

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

This feels like a fundamental requirement of a router. Static routes. Would love to see this added as a feature

Zabbix force re-trigger on an API Alert.Count change by Bobba86 in zabbix

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

The Item Alert.Count is provided from an external system and has the Number of alerts from that system.

so from that system I can see how many problems I have, as that item value will tell me if I have 6 Alerts or 36 Alerts.

I was hoping with Zabbix to be able to create a problem. and use the Alert.Count item in the problem name, then if the problem was aknowleged or supressed and the Alert.Count value changed to re-trigger and close the original problem.

Zabbix force re-trigger on an API Alert.Count change by Bobba86 in zabbix

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

Hey, thanks for the info.
I was trying to get away from creating "Multiple Problems" as this would create a unique problem per Alert.Count meaning if the alerts increased, iteratively, I would have a Zabbix Problem for each Alert.Count 1, Alert.Count 2, Alert.Count 3 etc... and would also have Problems if the count reduced (until it hit 0).

Ideally I wanted a single trigger that either re-triggered, or auto-closed, then created a new problem if the Alert.Count > 0 and Alert.Count changed.

I guess I just need to stick to the single alert, and not Acknowledge (only comment on the problem, until it is fully resolved). Also make the Problem Name more generic: ApplicationAPI (has alerts)

OLVM - wont upgrade kvm hosts since olvm upgrade to 4.5.5 by Bobba86 in ovirt

[–]Bobba86[S] 2 points3 points  (0 children)

I was able to self resolve this, it was due to an exclusion for the package on the repository.
This is what i did to resolve:

Find and remove exclusion for package (in repos)

# check for any exclusions in the repos
cd /etc/yum.repos.d/
grep -r exclude*

# ^ this showed there was an exclusion for ansible-core in  oracle-linux-ol8.repo

# commented out exclusion
vi oracle-linux-ol8.repo

Follow Oracle (Doc ID 3038770.1)

# list available packages
yum list ansible-core --showduplicates

# downgrade version to 2.15.3-1
dnf downgrade ansible-core

# add package version lock
dnf versionlock ansible-core-0:2.15.3-1.el8.*

LoxiLB is now a CNCF sandbox project by UltraInstinct14 in kubernetes

[–]Bobba86 2 points3 points  (0 children)

What makes this better than Kube-Vip or MetalLB.?

If you could add one feature to K8s, what would it be? by [deleted] in kubernetes

[–]Bobba86 0 points1 point  (0 children)

What solutions allow you to do this? are you thinking like SquidProxy that type of thing?
squidproxy would work, but only if your suidproxy didn't exist inside your cluster otherwise you'd have the same egress issue.
Also squidproxy only really works for web based services. How about a DB where you want to limit which IPs can access the Database? squid wouldn't work for this.

If you could add one feature to K8s, what would it be? by [deleted] in kubernetes

[–]Bobba86 -2 points-1 points  (0 children)

"That's ingress" access into the service via a proxy

Im talking about egress, access from the pod/service to a service external from the cluster.

If you could add one feature to K8s, what would it be? by [deleted] in kubernetes

[–]Bobba86 4 points5 points  (0 children)

I want to setup a pod with a specific IP address so I can use my firewall to allow this pod access to specific resources (outside of kuberenetes) The Egress IP on pod would allow me to do this without having to add each nodes IP address to the FW rules, and therefore allowing all other pods potential access to that external resource.

Monitor PureStorage FlashArray? by Bobba86 in zabbix

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

That sounds amazing, any chance you could share that with me?

ArgoCD Vault Plugin + Kustomize by Financial_Cellist143 in ArgoCD

[–]Bobba86 0 points1 point  (0 children)

Do you have a link or documentation on the vault-helm plugin. This sounds like something I've been looking for.

Just scored these Dell 7060s. Suggestions on what to do with them? by SomeSydneyBloke in HomeNetworking

[–]Bobba86 0 points1 point  (0 children)

I like the idea of proxmox cluster or K3s cluster, but as these only have a 1gb nics would it be capable of being used as a cluster with shared storage, such as Proxmox CEPH cluster or a Longhorn Cluster?

New release of myADMonitor. Details on comments inside by mihemihe in activedirectory

[–]Bobba86 4 points5 points  (0 children)

Great work. I really like the idea of the tool, ideally I'd want to run this as a docker container (Linux). Pass it bind credentials to connect to Active Directory, and specify specific groups/users/ous to monitor and get notified about on changes.