System & Network Admin

System & Network Admin

2116 bookmarks
Custom sorting
Dynamic scheduling of Tekton workloads using Triggers
Dynamic scheduling of Tekton workloads using Triggers
Tekton is a Kubernetes-native continuous integration and delivery (CI/CD) framework. It allows you to create containerized, composable, and configurable workloads declaratively through Kubernetes Custom Resource Definitions (CRD).
·opensource.com·
Dynamic scheduling of Tekton workloads using Triggers
Managing GraphQL at Scale
Managing GraphQL at Scale
GraphQL, the query language invented by Facebook, has attracted a lot of interest as a means to conveniently access data programmatically. GraphQL
·devops.com·
Managing GraphQL at Scale
7 Linux command-line tips for saving media file space
7 Linux command-line tips for saving media file space
Have media files on your computer? You can likely reclaim significant disk space by storing that data in more space-efficient file formats. This article demonstrates how to use Linux line commands to perform the most common space-saving conversions. I use line commands because they give you complete control over compression and format conversion features. Also, you'll need to use line commands if you want to write scripts. That allows you to develop programs that are custom-tailored to your own unique needs.
·opensource.com·
7 Linux command-line tips for saving media file space
OPNsense Baseline Guide with Mullvad VPN, Guest, and VLAN Support
OPNsense Baseline Guide with Mullvad VPN, Guest, and VLAN Support
This beginner-friendly, step-by-step guide walks you through the initial configuration of your OPNsense firewall. The title of this guide is an homage to the pfSense baseline guide with VPN, Guest, and VLAN support that some of you guys might know, and this is an OPNsense migration of it. I found that guide two years ago and immediately fell in love with the network setup. After researching for weeks, I decided to use OPNsense instead of pfSense.
·schnerring.net·
OPNsense Baseline Guide with Mullvad VPN, Guest, and VLAN Support
IaC Cloud Misconfiguration Tools too Noisy without Context - The New Stack
IaC Cloud Misconfiguration Tools too Noisy without Context - The New Stack
Analyzing Infrastructure as Code (IaC) to detect cloud misconfigurations is one of the hottest topics in cybersecurity. An entire industry has popped up around this single topic — and for good reason! But today’s IaC tools analyze security configurations in a limited, myopic way that generates noisy alerts and does not help organizations understand their […]
·thenewstack.io·
IaC Cloud Misconfiguration Tools too Noisy without Context - The New Stack
What you need to know about cluster logging in Kubernetes
What you need to know about cluster logging in Kubernetes
Server and application logging is an important facility for developers, operators, and security teams to understand an application's state running in their production environment. Logging allows operators to determine if the applications and the required components are running smoothly and detect if something unusual is happening so they can react to the situation.
·opensource.com·
What you need to know about cluster logging in Kubernetes
NGINXConfig | DigitalOcean
NGINXConfig | DigitalOcean
NGINXConfig - The easiest way to configure a performant, secure, and stable nginx server.
·digitalocean.com·
NGINXConfig | DigitalOcean
Kubernetes - mount container stdout stderr logs
Kubernetes - mount container stdout stderr logs
I use "chentex/random-logger" image, which write stdout/stderr to the container. I want to make deployment yaml, which run the chentex's image, and put it's logs in file inside shared volume. Can I...
·stackoverflow.com·
Kubernetes - mount container stdout stderr logs
How to “Live Tail” Kubernetes Logs - Papertrail
How to “Live Tail” Kubernetes Logs - Papertrail
DevOps engineers wishing to troubleshoot Kubernetes applications can turn to log messages to spot error causes & their impact on the rest of the cluster.
·papertrail.com·
How to “Live Tail” Kubernetes Logs - Papertrail
Ansible : Private/Public Keys and SSH Agent setup
Ansible : Private/Public Keys and SSH Agent setup
Ansible is an agentless architecture based automation tool . Only it needs ssh authentication using Ansible Control Machine private/public…
·medium.com·
Ansible : Private/Public Keys and SSH Agent setup
Running Ansible with SSH Agent Forwarding
Running Ansible with SSH Agent Forwarding
Ansible is used to automate the process of installation and configuration of applications or execute scripts remotely on Hosts. Ansible…
·medium.com·
Running Ansible with SSH Agent Forwarding
Bash functions are better than I thought
Bash functions are better than I thought
I've been using Bash functions quite liberally over the past couple years, but last week I discovered that they can be much better than I thought. In this post, I'll explain how I thought they worked, why I was wrong, and how that makes them better.Function syntax
·cuddly-octo-palm-tree.com·
Bash functions are better than I thought
What you need to know about Kubernetes NetworkPolicy
What you need to know about Kubernetes NetworkPolicy
With a growing number of cloud-native applications going to production through Kubernetes adoption, security is an important checkpoint that you must consider early in the process. When designing a cloud-native application, it is very important to embed a security strategy up front. Failure to do so leads to lingering security issues that can cause project delays and ultimately cost you unnecessary stress and money.
·opensource.com·
What you need to know about Kubernetes NetworkPolicy
Ansible failed to connect to the host via ssh - Quick solution
Ansible failed to connect to the host via ssh - Quick solution
Looking for how to fix Ansible error failed to connect to the host via ssh? We can help you. Ansible saves time by automation of server tasks. However, improper host entry in the Ansible Inventory file or bad SSH configuration can create connection errors too. At Bobcares, we get requests to fix Ansible errors as […]
·bobcares.com·
Ansible failed to connect to the host via ssh - Quick solution
Why Observability and Monitoring Matter to SREs
Why Observability and Monitoring Matter to SREs
There are some key differences between observability and monitoring especially with regard to what both practices mean for SREs.
·devops.com·
Why Observability and Monitoring Matter to SREs
How to Set or Change System Hostname in Linux
How to Set or Change System Hostname in Linux
In this article, we will show you how to set system hostname or domain name permanently in Linux using hostname and hostnamectl command.
·tecmint.com·
How to Set or Change System Hostname in Linux