Told y’all two months ago, “sell all your altcoins when USD D taps the pink zone.”
Anyways, still not the best time to buy. Wait for the Usdt dominance to consolidate around 6.3 - 6.7%.
Deploying applications on Kubernetes doesn't have to be complicated. Enter Helm! ⚓️
Helm streamlines packaging, deploying, and managing even the most complex applications with its templating power. Essential for consistent, repeatable deployments.
If your production latency depends on the public internet, you're living on the edge. 🛑
Switch from VPN Gateway to Azure ExpressRoute for a private, dedicated 'highway' to the cloud. Lower latency, better security, more peace of mind. 🚀 #CloudInfrastructure#Azure104#Azure
If your production latency depends on the public internet, you're living on the edge. 🛑
Switch from VPN Gateway to Azure ExpressRoute for a private, dedicated 'highway' to the cloud. Lower latency, better security, more peace of mind. 🚀 #CloudInfrastructure#Azure104#Azure
You have 2 Azure VNets. Each has a VPN Gateway costing $130+/mo.
To cut costs, you peer them and enable 'Gateway Transit' on the Hub.
But the Spoke still can’t reach on-prem.
What setting must be toggled on the Spoke peering to use the Hub’s Gateway?
SMB (Server Message Block) protocol breakdown 👇
A tree is just a shared resource (folder or printer).
The client selects the share, the server responds with a Tree ID, and communication begins.
Access depends on assigned permissions.
@JeremysITLab b) Since the /29 subnet has a block size of 8 addresses, the last octet increments by 8. The IP address 172.28.109.230 falls within the subnet range, where 172.28.109.224 is the network address. So, the first usable address is 172.28.109.225, which is used as the default gateway.
@brankopetric00 No, the code is not gone.
The git branch is just a reference to a commit. So the command ‘git branch -D..’ deletes the branch reference named ‘feature/login’, not the actual commit.
We can use ‘git reflog’ to find the lost commits.
A Pod is stuck in 'Pending' state.
`kubectl describe pod` events:
- 0/5 nodes are available
- 3 Insufficient cpu
- 2 node(s) had taint {https://t.co/h9y6PiaqBi: }, that the pod didn't tolerate
You check the 3 worker nodes. They have 50% CPU allocatable remaining.
Why does the scheduler think they have insufficient CPU?