How to Set Up a Self-Managed Kubernetes Cluster with KubeadmKubernetes is the industry standard for container orchestration, but most engineers only interact with managed services like AWS EKS or Google GKE. While managed clusters are excellent for production,Mar 3, 2026·7 min read
The Deployment Of an Odoo Web App Using Docker-Compose With a Persistent AWS RDS PostgreSQL Database.May 21, 2024·5 min read
Deploying a WordPress Website into a Docker Container Using Docker-ComposeWORDPRESS WordPress is a web content management system. It was created as a tool to publish blogs but has evolved to support publishing other web content, including more traditional websites, mailing lists, Internet forums, media galleries, membershi...May 9, 2024·4 min read
Best Practices for Writing a Dockerfile: Simplifying ContainerizationIn recent years, Docker has revolutionized the way we package, deploy, and manage applications. Dockerfiles, the blueprints for building Docker images, play a crucial role in this process. However, creating efficient and secure Dockerfiles requires a...Mar 1, 2024·3 min read
Connecting to an EC2 Instance Using Command Prompt on WindowsHow to Create an AWS Account To connect to an EC2 first you need to have a registered AWS account. If you don't have an AWS account, You can register for one using this link: How to Create an AWS Account Creating an EC2 Instance After creating an acc...Jan 16, 2024·2 min read