Vijay Patilvijayblogs.hashnode.dev·Sep 23, 2024Let's Dockerize a ApplicationContext In previous blog we looked at Docker fundamentals , Docker Architecture , Docker Work flow etc. You can find the blog here . In this blog we will go through some basic docker command and Dockerize a application. We have basic Docker Work Flow...Docker
Vijay Patilvijayblogs.hashnode.dev·Sep 21, 2024Docker : The beginningBackground and Pain Points: In traditional way of building the code and deploying , a developer used to deploy the code after building it in dev environment and if it works there the same code is deployed to test environment and if code works there ...66 readsDocker
SHRIRAM SAHUshriram16.hashnode.dev·Jul 7, 2024Exploring Kubernetes Services: ClusterIP, NodePort, LoadBalancer, and ExternalNameWelcome to Day 9 of #40DaysOfKubernetes! Today, we delved into the world of Kubernetes services, understanding how they enable communication between various components within a cluster. We also explored different service types, each serving unique pu...10 likes·28 readsKubernetes
Praful Dhawaleprafuldevops007.hashnode.dev·Jun 25, 2024Day 2/40 - How To Dockerize a ProjectIn the world of Docker, here are some key terms you'll encounter: Docker Container: A lightweight, self-contained unit of software that packages your application code and all its dependencies (libraries, runtime) needed to run. Imagine a container a...74 readsDocker
shubhlaxmi Sshubhlaxmi.hashnode.dev·Nov 30, 2023Kubernetes Cluster setup using Kubeadm on CentOS 7Kubernetes Overview: Open-source platform for container orchestration. Automates deployment, scaling, and management of containerized applications. Key Features: Streamlines cluster orchestration, optimizing resource utilization. Enables seaml...66 readssunita sonawane
Yaswanth Kumar Rayanayash5679.hashnode.dev·Nov 7, 2023Deploying an application using Docker, EKS and Argo CDHello everyone, Hope you are doing well. Today I'm implementing a project which is a part of 10WeeksofCloudOps, project 4. In this project, we are going to deploy an application based on the concept of GitOps, in our case GitHub is considered as the ...3 likes·154 reads10weeksofcloudops
shubhlaxmi Sshubhlaxmi.hashnode.dev·Jun 1, 2023What is Terraform?Infrastructure as a code What is Terraform? Terraform is an infrastructure as code (IaC) tool for building, changing, and versioning infrastructure safely and efficiently. It uses a domain-specific language (DSL) to define infrastructure as code ...201 reads#shubhamLondhe