Use the Azure Command Line Interface (CLI) and kubectl to open a proxy and allow you to connect to the Kubernetes UI Dashboard.
- [Instructor] Earlier in this chapter,…when we created the CLI container, we exposed…port 8,001 to our container.…We are going to take advantage of that now…to access our Kubernetes Dashboard from our computer.…To allow us to access the dashboard,…we create a proxy by using this command.…Once the proxy is created, we can access the UI…by going to local host port 8,001/UI.…
Now that we are in the dashboard,…we can view our nodes, which is our computers…that we are running on, our agent,…and our master.…We can view our deployments.…Here is the deployment that we created earlier…and we can view our pods, which are all…the instances of our application that are running.…And in this case you can see that we are only running one.…Now lets scale our deployment to more pods.…We need to go up to the deployments area…and over at the right, under these three dots,…we'll click on this, and we'll say view…our YAML file.…
Now this will look familiar.…This is the file we used to create our deployment…and we are going to scroll down…
Author
Released
8/21/2017- Setting up your environment
- Adding Docker support to an application
- Debugging container-based apps in Visual Studio 2017
- The DevOps life cycle with Visual Studio and VS Team Services
- Configuring release and build
- Azure hosting options
- Using Kubernetes with Azure
Skill Level Intermediate
Duration
Views
Related Courses
-
Introduction
-
Welcome1m 12s
-
What you should know1m 20s
-
-
1. Docker Development Life Cycle: Overview
-
Set up your environment1m 43s
-
2. Docker Development Life Cycle: Visual Studio Code
-
3. Docker Development Life Cycle: Visual Studio 2017
-
Add Docker support and debug1m 31s
-
-
4. Docker DevOps Life Cycle with Visual Studio Team Services
-
Introduction56s
-
Add a Linux web app in Azure1m 38s
-
Put it all together3m 49s
-
-
5. Azure Hosting Options
-
Azure App Service1m 7s
-
-
6. Kubernetes with Azure Container Service
-
Overview36s
-
Connect to the registry1m 50s
-
Deploy an application1m 51s
-
Set up a load balancer1m 29s
-
-
Conclusion
-
Next steps1m 33s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Connect to Kubernetes Dashboard