Jump to content

Docker & Kubernetes ki best tutorial


Recommended Posts

Posted
1 minute ago, Spartan said:

ECS ki aina faragate ki aina..u need to build docker image no..

underlying concept is same...

ECS or Faragte is just the service that runs the docker with bells and whistles..ante.

Yaa bro you can only depliy a docker image , but naaku K8 knowlege ledu fargate tasks, ecs chestunaru

Posted
3 minutes ago, kothavani said:

Yaa bro you can only depliy a docker image , but naaku K8 knowlege ledu fargate tasks, ecs chestunaru

faragate and ecs both have k8s support as well.

Posted

Baaa k8s and docked any way related to data ingestion and DE related roles

Posted
Just now, gundugadu said:

Baaa k8s and docked any way related to data ingestion and DE related roles

data ingestion and extraction are completely different concepts from containerisation (docker/k8s) ..

 

Posted

YouTube videos will give an idea on what is K8S and docker... but github is your real friend when it comes to serious work 

Posted
37 minutes ago, Spartan said:

data ingestion and extraction are completely different concepts from containerisation (docker/k8s) ..

 

@Spartan anna ok doubt on docker

How to pass different environmental variables for each stage in docker file?

Example: local aithe var1,var2, var3

prod aithe var4, var5, var6

Posted
7 minutes ago, tamu said:

@Spartan anna ok doubt on docker

How to pass different environmental variables for each stage in docker file?

Example: local aithe var1,var2, var3

prod aithe var4, var5, var6

docker image build ayyetappuda, or run ayyetappuda,

docker run appudu u can mention them right with  `-e`  flag...

build time lo u can add them and read from env var file and build...define those vars in ur stage config files and inject

Posted
25 minutes ago, Spartan said:

docker image build ayyetappuda, or run ayyetappuda,

docker run appudu u can mention them right with  `-e`  flag...

build time lo u can add them and read from env var file and build...define those vars in ur stage config files and inject

build time lo u can add them and read from env var file and build...define those vars in ur stage config files and inject

deniki docker compose use cheyala?

 

docker run  ni make file lo rastunam

how to run only particular variable for particular stage in docker run

Posted
2 minutes ago, tamu said:

build time lo u can add them and read from env var file and build...define those vars in ur stage config files and inject

deniki docker compose use cheyala?

 

docker run  ni make file lo rastunam

how to run only particular variable for particular stage in docker run

you can pipe the config file no..

docker run --env-file ./my_env <ubuntu> 

build time lo yeah u can use docker compose

Posted
8 minutes ago, Spartan said:

you can pipe the config file no..


docker run --env-file ./my_env <ubuntu> 

build time lo yeah u can use docker compose

ok will try thanks

Posted

for kubernetes intial days lo this is very good. learnt basic from his videos

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...