Best of Containers — February 2024
- 1
- 2
AWS in Plain English·2y
Concept of Docker in detail
Docker is a platform for creating and running applications using containers. Containers are lightweight and efficient, providing a consistent environment for applications. Docker simplifies the containerization process and offers various tools and commands for managing images, containers, networks, and volumes. Docker Swarm is an easy-to-use container orchestration tool with advantages like native integration, security, scalability, high availability, and centralized management. Docker Compose is used for managing multi-container applications, while Docker Hub is a repository for sharing and managing Docker images.
- 3
- 4
Python in Plain English·2y
Setting up PostgreSQL and PgAdmin4 using Docker: A Simplified Approach.
This post provides a simplified approach to setting up PostgreSQL and PgAdmin4 using Docker. It explains the benefits of containerization and guides readers through the process of installing Docker, running the Hello World container, and setting up PostgreSQL and PgAdmin4 containers. The post emphasizes the ease and efficiency of managing databases with containerization.
- 5
- 6
Medium·2y
Exploring Seamless Development and Deployment: Laravel, Docker, and CI Part I
This post explores seamless development and deployment using Laravel, Docker, and Continuous Integration (CI). It explains the reasons for adopting Docker and the benefits it provides. The post also provides a step-by-step guide on creating a Laravel project and setting up a Docker environment. The upcoming parts will cover the continuous integration aspect.
- 7
- 8
- 9
AWS in Plain English·2y
How to Transform Kubernetes Manifests into Helm Charts?
Learn how to transform Kubernetes manifests into Helm Charts, making deployments more efficient and manageable. Understand Helm basics, organize your manifests, create a Helm chart structure, customize values, refactor manifests using Helm templating, and install the Helm chart. Also, get additional tips and best practices for chart versioning and dependency management.
- 10
AWS Tip·2y
From Code to Cluster: ArgoCD GitOps for Kubernetes
The post discusses the concept of GitOps and introduces ArgoCD as an open-source tool for implementing GitOps in the Kubernetes environment. It also provides step-by-step instructions for setting up an AKS Cluster using Terraform and installing ArgoCD on the cluster. The post concludes with a discussion on creating applications in ArgoCD and using Jenkins for Docker image CI/CD.