100%
04.12.2024
's firewall to ensure that traffic goes through port TCP/3260:
$ sudo ufw allow 3260/tcp
Because I set a static IP on my device earlier, I can also whitelist the entire host:
$ sudo ufw allow from 192.168
99%
05.08.2024
are in a subnet unique to that node. In the examples given in this article, the pod network is 192.168.0.0/16; the pods for worker 1 have IP addresses assigned from 192.168.1.0/24, the pods for worker 2 are in 192.168
97%
04.12.2024
the router configuration and have cloud-init set static IP addresses instead.
Figure 3: The desired end state: The Proxmox host has address 192.168
96%
05.08.2024
/microsoft/omsagent/bin/service_control status
and ensure that the agent is running and connected to the Log Analytics workspace.
Now configure data collection rules within the Azure Portal by navigating to your Log Analytics workspace
96%
06.05.2025
transfer) API.
REST API
A REST API is a set of rules and guidelines for building web services that use HTTP requests and responses to communicate between the client and server. This API is a companion
96%
04.12.2024
compatible with the exported format. Of course, the as-code idea is to roll out the installation from the code and not go down the opposite route.
Code vs. Config
One basic rule when using Ansible