VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Docker and Kubernetes - Full Course for Beginners

Docker and Kubernetes - Full Course for Beginners

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn the fundamentals of Docker and Kubernetes in this complete hand-on course. First, you will learn about creating docker images, running docker containers, docker volumes, container registry and docker architecture. Next, you will learn about Kubernetes architecture, Kubernetes pods, services, config maps all the way to Kubernetes deployments. You will learn the differences between Docker and Kubernetes, allowing you to start using these two technologies with confidence. -- Course from Amigoscode and Techworld with Nana. - Subscribe to the Amigoscode YouTube channel: http://bit.ly/2HpF5V8 - Subscribe to the Techworld with Nana YouTube channel: https://www.youtube.com/channel/UCdngmbVKX1Tgre699-XLlUA
Date: 2022-03-14

Comments and reviews: 10


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

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

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

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

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

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

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

-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

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

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