What if there is no concept of Services in K8's? Suppose a POD is running on a IP address of 172.16.2.3 but since Pods are ephemeral in nature they...
What is POD? A pod in kubernetes is a runtime specification of a container in docker. A pod provides more declerative way of defining using YAML and...
What is Kubernetes? Kubernetes is a open source Container Orchestration platform that helps manage and orchestrate containers, which are like...
This example demonstrates how to create a VPC that you can use for servers in a production environment. To improve resiliency, you deploy the servers...
1. Deploying a Flask application using the Docker-Compose concept. First, let's update our System and install docker. sudo apt-get update && sudo...
1. What is Docker Volume? Volume is simply a directory inside our container. First, we have to declare this directory as volume and then share...