Jump to content

Docker & Kubernetes ki best tutorial


tamu

Recommended Posts

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

Link to comment
Share on other sites

  • Replies 44
  • Created
  • Last Reply

Top Posters In This Topic

  • Spartan

    14

  • tamu

    8

  • dasari4kntr

    6

  • kothavani

    3

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.

Link to comment
Share on other sites

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) ..

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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...