srinivish.hashnode.devPodman series: Deploying a MariaDB Database in a Podman ContainerIn this blog post, we'll guide you through creating a MariaDB database container using Podman. We'll also show you how to use environment variables to configure the database and connect to it using a MySQL client. Prerequisites: Podman installed on y...May 3, 2024·3 min read
srinivish.hashnode.devPodman Series: Container as a serviceIn this hands-on article, we will learn how to create and run a container using Podman as a service. Let's create a web server running on port 8080, attach an HTML home page as a volume, and then run it as a service on Ubuntu.. Step 1: To begin, we w...Apr 30, 2024·2 min read
srinivish.hashnode.devPodman Series: Manage registry using PodmanIn this Podman series, we will cover tasks ranging from beginner to advanced levels. In this session, we will learn how to set up a local registry in Podman on an Ubuntu OS and manage images. Difference between registry and repositories: In the realm...Apr 23, 2024·2 min read
srinivish.hashnode.devConnecting to RDS Database through Jumphost in AWSThis article connects to MySQL database provisioned in RDS using a jumphost or bastion host ec2 instance. In scenarios where direct access to the RDS instance is restricted to private networks, employing a Jump Host server hosted in a public subnet b...Mar 10, 2024·4 min read
srinivish.hashnode.devSecuring Your Cloud: Building a Bastion Host in AWSThis guide outlines the steps to create a secure bastion host in your AWS environment, enhancing the security of your cloud infrastructure. Here, we'll establish a simple VPC with public and private subnets, mimicking a historical bastion's role in p...Mar 1, 2024·3 min read