Skip to content
Kloudle
Academy

Learn Cloud Security

Page 6 of 13

How to update Base permissions setting in GitHub
academy 2 min

How to update Base permissions setting in GitHub

This article provides a quick walkthrough of how to update Base permissions for your GitHub Organization.

Akash Mahajan
Simple steps to set up a 2 Node Kubernetes Cluster using Kubeadm
academy 6 min

Simple steps to set up a 2 Node Kubernetes Cluster using Kubeadm

A quick tutorial on setting up a 2 node Ubuntu bare metal Kubernetes cluster using kubeadm on standalone local virtual machines, Google VM Instances, AWS instances or any other cloud provider’s compute service.

Akash Mahajan
5 Different ways to authenticate with AWS
academy 4 min

5 Different ways to authenticate with AWS

AWS supports multiple ways of authenticating users based on their context. This article shows various ways of authenticating to AWS using credentials, tokens, SSO and others.

Akash Mahajan
How to update a user owned public EBS Snapshot to private using AWS CLI
academy 2 min

How to update a user owned public EBS Snapshot to private using AWS CLI

User owned public EBS snapshots are accessible to any AWS user. If you have created a public EBS snapshot that may contain sensitive or private information and would like to change it to a private snapshot using AWS CLI, follow this step-by-step guide.

Akash Mahajan
How to update a user owned public EBS Snapshot to private
academy 2 min

How to update a user owned public EBS Snapshot to private

User owned public EBS snapshots are accessible to any AWS user. If you have created a public EBS snapshot that may contain sensitive or private information and would like to change it to a private snapshot, follow this step-by-step guide.

Akash Mahajan
How to update public Repository to private in GitHub
academy 2 min

How to Make a GitHub Repository Private (Step-by-Step 2026)

Change a public GitHub repository to private in 4 clicks. Step-by-step guide with screenshots — covers visibility settings, what happens to forks, and collaborator access.

Akash Mahajan
How to use Steampipe to extract information for DigitalOcean
academy 3 min

How to use Steampipe to extract information for DigitalOcean

Once configured to work with DigitalOcean, Steampipe pulls metadata about resources running in the cloud which we can then query using SQL queries.

Akash Mahajan
How to authenticate Steampipe with DigitalOcean
academy 3 min

How to authenticate Steampipe with DigitalOcean

This article shows how to configure Steampipe to work with DigitalOcean.

Akash Mahajan
How to encrypt EBS Snapshot in AWS
academy 2 min

How to encrypt EBS Snapshot in AWS

Encrypting EBS snapshots adds a layer of security and also helps in meeting compliance requirements. This article provides a walkthrough of how to encrypt an EBS snapshot in AWS.

Akash Mahajan
How to encrypt EBS Snapshot using AWS CLI
academy 2 min

How to encrypt EBS Snapshot using AWS CLI

Encrypting EBS snapshots adds a layer of security and also helps in meeting compliance requirements. This article provides a walkthrough of how to encrypt an EBS snapshot in AWS.

Akash Mahajan
Setting up Steampipe to perform cloud information gathering
academy 3 min

Setting up Steampipe to perform cloud information gathering

Steampipe is a tool that allows for data collection from various cloud providers and exposing them as APIs via a high-performance relational database, giving you the ability to write SQL-based queries to explore data.

Akash Mahajan
Using a GitHub runner to perform Secrets Scanning using TruffleHog
academy 4 min

Using a GitHub runner to perform Secrets Scanning using TruffleHog

This document takes you through the steps required to run a local GitHub runner and use that to scan GitHub repositories for secrets using TruffleHog.

Akash Mahajan