Do you need a modern VPN like Tailscale?
Virtual Private Networks (VPNs) were originally designed to let employees securely connect to their company’s internal network from anywhere. Over time, however, “VPN” has also become a consumer te...
Virtual Private Networks (VPNs) were originally designed to let employees securely connect to their company’s internal network from anywhere. Over time, however, “VPN” has also become a consumer te...
Intro The Terms of Use and Privacy Policy are two of the most essential documents for any commercial software product. Terms of Use What it is A Terms of Use is a contract between the software ...
The list of GCP Products Products and Services GCP Machine types Machine families resource and comparison guide - Compute Engine Documentation Permission matrix of GCP Products (IAM) ...
Check your IAM policies for personal email accounts 🟨 Ensure that MFA is enabled for all user accounts 🟥 Ensure Security Key enforcement for admin accounts 🟥 Prevent the use of user-managed s...
AWS IAM (1) IAM policies should not allow full “*” administrative privileges (2) IAM users should not have IAM policies attached (3) IAM users’ access keys should be rotated every 90 days or les...
Introduction Monitoring is a crucial part of DevOps. As a tech start up grows, we aim to better prepare our organization for enterprise customers who prioritize software reliability and service. O...
Observability Companies to Watch in 2024 Peter Bourgon · Metrics, tracing, and logging Observability: The 5-Year Retrospective - Honeycomb 44 Best DevOps Books for Engineers to Read in 2024 ...
Open Source | Self managed Service Open Source Focus Tech Stack Comments Grafana Visualisation TypeScript / Golang Grafana ...
Common Ad-hoc commands kubectl run -it sh *--image alpine* kubectl run -it bash *--image ubuntu* kubectl run -it build-deps *--image build-deps* kubectl attach alpine -c alpine -i -t
How to choose a docker base image We are in favour of Debian based image due to pragmatic reason and its popularity in the open source community. Recent Debian release with code names Debian...