Relative Content

Tag Archive for dockerkubernetes

Right way to use shared volume on kubernetes

I have a codemeter container. Inside this codemeter container there is a user matlab (1000) defined to run. Also this user is in sudo. The local volume folder has the owner 1000.
When I start the container localy:

Cortex analyzer in kubernetes

im trying to setup cortex in kubernetes , i’ve allowed the volume sharing with docker.sock so my container can launch docker properly but i’m having an issue when i launch analysis theres is no parameters passed to it :

why i am not able to access pod using node port?

I have created pod using docker image from docker hub which is simple index.html file. also i created one nodePort service , port no is 31202 . I get my external ip using kubectl get nodes -o wide . now i try to access my pod in chrome browser its not working “http://node external ip:31202 , its showing error ” this side can’t be reached” .