H A R S H H A Aharshhaa.hashnode.dev·17 hours agoHow I Deployed my Website as a Docker ContainerOne of the greatest nightmares of developers is the “It's not working on my machine” problem. I struggled to run my website locally on different machines too. Shout out to Brittany Mitchell for giving me the idea to containerize my website. Container...Discuss·72 readsDocker
Md Faizan Alamsololearner.hashnode.dev·18 hours agoA Deep Dive into Docker ContainerIntroduction Containers are one of the most popular and powerful technologies in the world of software development. They allow you to package your applications and their dependencies into isolated and portable units that can run on any platform. But ...DiscussDocker
Ajimsimbom Bong Mblog.ajim.me·Sep 29, 2023Deploy a Full Stack Application to a Kubernetes Cluster on Amazon EKSIntroduction In this tutorial, we will deploy a full-stack application to an Amazon EKS cluster. This is a voting application made up of a React front end, Go API and MongoDB database. We'll use Kubernetes(k8s) resources such as; Services, Deployment...Discuss·1 likeProjectsEKS
Nebulanebulablogs.com·Sep 28, 2023Essential Docker CommandsIn this blog post, I wanted to share a high-level overview of Docker and list some of its basic CLI commands and their usage. What is Docker? Docker is an open-source platform that automates the deployment of applications inside lightweight, portable...DiscussDocker
padmanabha reddypadmanabha.hashnode.dev·Sep 28, 2023Containerization and DockerDocker is a platform for developing, shipping and running applications in lightweight, portable containers. Containers are isolated environments that package an application and its dependencies, ensuring consistency and reproducibility across differe...DiscussDocker
Emediong Samuelemebless.hashnode.dev·Sep 26, 2023How to Setup and Deploy PHP Applications using DockerDocker has revolutionized the way developers build, ship, and run applications. Deploying an application with Docker simply means packaging your application and its dependencies inside lightweight, portable containers, which can be easily deployed an...DiscussPHP
Gaurav Gawandegawandekgaurav.hashnode.dev·Sep 26, 2023Container Management with Docker Compose, Volumes, and NetworksIn this second blog on Docker, we will be discussing some other features of Docker. We'll learn about Docker Compose, Docker Volumes and Docker Network. Docker simplifies the process of bundling applications and their dependencies into self-contained...DiscussDevops
Mohammed Abdul Wakeelwakeel-devops.hashnode.dev·Sep 25, 2023Deploying MongoDB and Mongo ExpressMongoDB and Mongo-express will be used in this project. First, we construct a MongoDB database that is only accessible from within the company. Then we'll build a mongo-express that can be accessed from the outside. Prerequisite: First You have to i...DiscussDevops
Jonathan Barnettjonbarnett.hashnode.dev·Sep 25, 2023Cold Starts in AWS Lambda with Container Images in 2023A couple of years ago, Mikhail Shilkov wrote a blog post detailing AWS Lambda cold starts using Docker images. Let's revisit that in 2023. I won't be as thorough as that post. He did excellent research across multiple runtimes. As a Javascript develo...Discuss·1 like·106 readsaws lambda
Zakariyazakariya.hashnode.dev·Sep 25, 2023Introduction to Kubernetes (K8s): Orchestrating the Future of ContainerizationIn the ever-evolving landscape of software development and deployment, Kubernetes, often abbreviated as K8s, has emerged as a game-changer. It's not just a buzzword; it's a powerful container orchestration platform that has revolutionized the way app...Discussk8s