security

Recommended Steps to Secure a Kubernetes Cluster — step-by-step Kubernetes tutorial on Progressive Robot

Recommended Steps to Secure a Kubernetes Cluster

In this guide, you will take basic steps to secure your Kubernetes cluster. You will configure secure local authentication with TLS/SSL certificates, grant permissions to local users with Role-based access controls (RBAC), grant permissions to Kubernetes applications and deployments with service accounts, and set up resource limits with the ResourceQuota and LimitRange admission controllers.

Read more
Using the Kubescape Vulnerability Scan Tool — step-by-step Kubernetes tutorial on Progressive Robot

Using the Kubescape Vulnerability Scan Tool

Kubescape by Armosec is a powerful open-source tool for Kubernetes risk analysis, security compliance, and image vulnerabilities scanning. It can detect potential configuration issues, RBAC violations, and provides risk trend analysis. Improve your Kubernetes security with Kubescape.

Read more
How To Configure a MongoDB Replica Set on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure a MongoDB Replica Set on Ubuntu 20.04

The practice of synchronizing data across multiple separate databases is called replication. In MongoDB, a group of servers that maintain the same data set through replication are referred to as a replica set. This tutorial provides a brief overview of how replication works in MongoDB before outlining how to configure and initiate a replica set with three members.

Read more
How To Configure Redis Replication on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure Redis Replication on Ubuntu 16.04

Redis is an open-source key-value data store, using an in-memory storage model with optional disk writes for persistence. It features transactions, a pub/sub messaging pattern, and automatic failover among other functionality. Redis has clients written in most languages with…

Read more
How To Configure SSL/TLS for MySQL on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure SSL/TLS for MySQL on Ubuntu 16.04

MySQL is the most popular open-source relational database management system in the world. Modern package managers have reduced some of the friction to getting MySQL up and running, but there are still some configuration that should be done after installation. One of the most…

Read more
CHAT