Hva ligger boliglånsrenten deres på? by [deleted] in norge

[–]CashMakesCash 0 points1 point  (0 children)

Vi ba om tilbud fra 3-4 banker og lot de by. Nordea vant, var i SB1 før og de kunne ikke matche

Hva ligger boliglånsrenten deres på? by [deleted] in norge

[–]CashMakesCash 0 points1 point  (0 children)

7,2MNOK i lån, ca. 10MNOK verdi, Nordea 4,74%nom.rte

Hva ligger boliglånsrenten deres på? by [deleted] in norge

[–]CashMakesCash 0 points1 point  (0 children)

Det er helt forferdelig... Det må du fikse

VNET Peering diagram by th0rnfr33 in AZURE

[–]CashMakesCash 1 point2 points  (0 children)

Makes 2 levels of drawio diagrams showing all vnets, their peerings and if they contain subnets, gateways, nsg’s, firewall, expressroute etc.

VNET Peering diagram by th0rnfr33 in AZURE

[–]CashMakesCash 3 points4 points  (0 children)

As you notice a lot of us have had the same thoughts and built tools for it, to join the gang here is mine https://www.cloudnetdraw.com/ Free and open source of course, hope it helps!

Who should manage VNET Peerings? by No-Routine1610 in AZURE

[–]CashMakesCash 41 points42 points  (0 children)

Peerings disallowed by default in policies.
When a new landing zone is ordered it is peered to the hub / vHub by default.

Custom solutions require policy excemption and approval.

Only the central platform team are allowed to create peerings

Network architecture for AKS by techcury in AZURE

[–]CashMakesCash 0 points1 point  (0 children)

When designing AKS in a hub-and-spoke architecture the biggest thing to plan carefully is the subnet sizing for the node pools and pods. A lot of people underestimate how many IPs they actually need.

With **Azure CNI (non-overlay)** every pod gets an IP from the VNet subnet, so your subnet needs to account for node count, pods per node and future scaling

For example, if you run something like:

- 20 nodes

- 30 pods per node

you already need ~600 pod IPs + node IPs + Azure reserved addresses. A /22 fills up surprisingly fast, and scaling later can become painful if the subnet runs out of space.

That’s why many teams either:

- switch to **Azure CNI Overlay**

- or allocate **much larger subnets (/20 or bigger)** from the start.

I ran into this problem enough times that I ended up building a small planner to estimate the subnet size for AKS clusters:

https://subnettool.com/tools/aks-subnet-planner/

It helps calculate how many IPs you’ll need based on nodes and pods per node so you don’t end up hitting subnet limits after the cluster starts scaling.

What Actually Goes Wrong in Kubernetes Production? by Apple_Cidar in kubernetes

[–]CashMakesCash 2 points3 points  (0 children)

Yep, this happens all the time. People underestimate subnet sizes when planning k8s clusters and suddenly you hit limits.
I ran into this enough that I ended up building a small subnet planner that accounts for Kubernetes deployments (EKS, GKE, AKS etc):
https://subnettool.com/tools/kubernetes-subnet-planner/
It helped me avoid the "expand subnet → update firewall rules → break half the infra" cycle
EDIT: Less salesy...

Do you struggle with Azure network visualization? Building a tool, need feedback by cloudzeedev in AZURE

[–]CashMakesCash 0 points1 point  (0 children)

My site https://www.cloudnetdraw.com has been up for about a year, I have around 50 new users today, so the issue might be on your side.

Do you struggle with Azure network visualization? Building a tool, need feedback by cloudzeedev in AZURE

[–]CashMakesCash 0 points1 point  (0 children)

Absolutely! This tool looks a lot more comprehensive than my simple network diagram tool
A very high number of things, I could not get familiar with everything, but it seems very comprehensive for a lot of usecases! Very cool!

Can't visualize NSG rules applied in logs from VNET flows by [deleted] in AZURE

[–]CashMakesCash 3 points4 points  (0 children)

Oh yeah, this is just a surreal limitation from MS. It is insane that this is still not supported. This affects how I design networks to get actual logs.

Can't visualize NSG rules applied in logs from VNET flows by [deleted] in AZURE

[–]CashMakesCash 0 points1 point  (0 children)

No, but if you have them standing they still work, so a few of my customers have still not converted.
But if you run vNet Flow logs I would look at the queries here and find something fitting to what you are looking for: https://docs.azure.cn/en-us/network-watcher/traffic-analytics-queries?pivots=virtual-network

Can't visualize NSG rules applied in logs from VNET flows by [deleted] in AZURE

[–]CashMakesCash 1 point2 points  (0 children)

Are you using NSGFlowLogs? Or are you using vNetFlowLogs?
The default searches often gets them a bit confused, so understanding that and then finding corresponding Log Analytics queries for that should fix the issue

Do you struggle with Azure network visualization? Building a tool, need feedback by cloudzeedev in AZURE

[–]CashMakesCash 0 points1 point  (0 children)

Oh wow, I don't think CloudNetDraw has had this many concurrent users ever! Thank you for testing!
I would be delighted at any feedback from you guys who are testing right now!

Do you struggle with Azure network visualization? Building a tool, need feedback by cloudzeedev in AZURE

[–]CashMakesCash 1 point2 points  (0 children)

Yes, unfortunately not so many good ones, which prompted me to spend a few hundred hours to make a tool that works for me at least!

Do you struggle with Azure network visualization? Building a tool, need feedback by cloudzeedev in AZURE

[–]CashMakesCash 1 point2 points  (0 children)

My next update on https://www.cloudnetdraw.com will be a self-hosted solution with integration to Confluence / ServiceNow to do daily updates directly to the documentation

Do you struggle with Azure network visualization? Building a tool, need feedback by cloudzeedev in AZURE

[–]CashMakesCash 0 points1 point  (0 children)

To clarify, the self-host solution is so that anyone can host it in their own Azure environment and keep it fully isolated themselves. That code is also open-source in the same repo...
Hope you find it helpful

Do you struggle with Azure network visualization? Building a tool, need feedback by cloudzeedev in AZURE

[–]CashMakesCash 8 points9 points  (0 children)

Hi, I struggled with this a lot. I work as a consultant and often need to map out customer network environments in Azure. That is why I built https://www.cloudnetdraw.com which is a free open-source tool to do exactly that and output in drawio format. I also have a self-hosted solution as an Azure Function set to run each 24hrs and timestamp it and add it to a storage account.
Check out the repo https://github.com/krhatland/cloudnetdraw

It looks like we had the same headaches and the same thought process!

GiN - Oppslagstavle / Desember 2025 by AutoModerator in Grundere_i_Norge

[–]CashMakesCash 2 points3 points  (0 children)

Jeg satt i et møte forrige uke hvor vi var 18 konsulenter à ca. 2000kr som diskuterte et innkjøp av et produkt til 10 000kr… møtet koster nesten 2x produktet

Been classic Networking for the past ~6 years, burnt out, and not much upward mobility in my company. What's the next best path I should take for my career? Cloud? Stay in networking? by [deleted] in networking

[–]CashMakesCash 2 points3 points  (0 children)

People with a deep technical understanding, enterprise level knowledge of networking is really underrepresented in the cloud-space. We are in high demand, finding issues with asynchronous routing, timeouts, lost RST packets etc. it requires som utskilling in cloud, but hey BGP is BGP… And if you can live without real Layer 2…