
Docker and Kubernetes - Full Course for Beginners
video description
Date: 2022-03-14
Related videos
Comments and reviews: 10
Wendel
04:09:50 $ kubectl logs mongo-express-[hash]
here shows this warning:
(...)
(node:7) [MONGODB DRIVER] Warning: Current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option - useUnifiedTopology: true - to the MongoClient constructor.
NOT show database connected
NOT show Admin Database connected
reply
04:09:50 $ kubectl logs mongo-express-[hash]
here shows this warning:
(...)
(node:7) [MONGODB DRIVER] Warning: Current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option - useUnifiedTopology: true - to the MongoClient constructor.
NOT show database connected
NOT show Admin Database connected
reply
Nikola
Hi,
I'm not able to deploy anything to /usr/share/nginx/html
I've successfully built an image, and the container is started with no issue, but static content is not served. I'm using Win10. I've tried to use Git Bash and CMD, but the results are the same.
It seems to me like Win is trying to find /usr/share/nginx/html on my local system instead of in the container.
reply
Hi,
I'm not able to deploy anything to /usr/share/nginx/html
I've successfully built an image, and the container is started with no issue, but static content is not served. I'm using Win10. I've tried to use Git Bash and CMD, but the results are the same.
It seems to me like Win is trying to find /usr/share/nginx/html on my local system instead of in the container.
reply
Abhishek
Thanks for all the effort Great course .. and great learning experience coding with you guys! Nice detail in the docker part.. and I am completely new to k8s and found it really useful to know concepts on services, configmap and secrets. K8s content could be more wrt docker content. Also, pls update the video description with git resources. Thanks again.
reply
Thanks for all the effort Great course .. and great learning experience coding with you guys! Nice detail in the docker part.. and I am completely new to k8s and found it really useful to know concepts on services, configmap and secrets. K8s content could be more wrt docker content. Also, pls update the video description with git resources. Thanks again.
reply
Joshua
Hey guys. I don't know id anyone can help me. I tried running this command for having the container and localhost share, but for some reason, its not working. I put this in docker run --name website -v $(pwd):/usr/share/nginx/html:ro -d -p 8080:80 nginx and the index.html page is not showing. I tried using a DOCKER FILE and that didn't work either.
reply
Hey guys. I don't know id anyone can help me. I tried running this command for having the container and localhost share, but for some reason, its not working. I put this in docker run --name website -v $(pwd):/usr/share/nginx/html:ro -d -p 8080:80 nginx and the index.html page is not showing. I tried using a DOCKER FILE and that didn't work either.
reply
Victoria
3:53:45 - Creating secret in wondows
Hi! Does anybody know how to create secret credential with base 64 on cmd windows??
echo -n 'username' - base 64
Doesn't work in cmd and was unsuccessful in finding answers through the internet search...
If there is any fellow using windows for K8s out there, please help! Thank you :)
reply
3:53:45 - Creating secret in wondows
Hi! Does anybody know how to create secret credential with base 64 on cmd windows??
echo -n 'username' - base 64
Doesn't work in cmd and was unsuccessful in finding answers through the internet search...
If there is any fellow using windows for K8s out there, please help! Thank you :)
reply
Jos-
Great content and great teaching skills, thanks for sharing! Just an head up (minutes 23-24): stopping a container on windows, even without starting it with -d flag, did not stop the container daemon. I had to execute -docker stop [container id]- in order to really stop it.
reply
Great content and great teaching skills, thanks for sharing! Just an head up (minutes 23-24): stopping a container on windows, even without starting it with -d flag, did not stop the container daemon. I had to execute -docker stop [container id]- in order to really stop it.
reply
Vasiliy
So I have mixed impression. They desided to do colab, but they did zero efforts to show how to connect these two topics. After watching the course you will NOT learn how to deploy your docker container in kubernetes.
reply
So I have mixed impression. They desided to do colab, but they did zero efforts to show how to connect these two topics. After watching the course you will NOT learn how to deploy your docker container in kubernetes.
reply
fboevere
-Nana Earlier in your presentation you used Deployment for stateless applications and StatefulSet for stateful (like DB).. What is the reason you used a deployment for MongoDB ?
I'd expect Statefulset
reply
-Nana Earlier in your presentation you used Deployment for stateless applications and StatefulSet for stateful (like DB).. What is the reason you used a deployment for MongoDB ?
I'd expect Statefulset
reply
Justin
For anyone getting 403 error, you need to create the container in the dist directory of the Bootstrap project, not the website directory. Follow the same scripts in the dist directory and it should work
reply
For anyone getting 403 error, you need to create the container in the dist directory of the Bootstrap project, not the website directory. Follow the same scripts in the dist directory and it should work
reply
Nick
when I build the first node image for user-service-api it does not run the CMD step. I've searched for an answer and I think the current docker does not run CMD during the build process
reply
when I build the first node image for user-service-api it does not run the CMD step. I've searched for an answer and I think the current docker does not run CMD during the build process
reply
Add a review, comment
Other channel videos















