开源软件名称(OpenSource Name):AbstractInfrastructure/k8s-intro-tutorials开源软件地址(OpenSource Url):https://github.com/AbstractInfrastructure/k8s-intro-tutorials开源编程语言(OpenSource Language):开源软件介绍(OpenSource Introduction):Kubernetes TutorialsBefore you beginThese tutorials accompany the presentation Introduction to Kubernetes and make use of kind. A tool that allows users to quickly spin up and run a single instance of Kubernetes locally using Docker. To install it and the other tutorial dependencies, see the Installation Guides section. Each section assumes an instance of kind is up and running. To start kind for the first time, use the command:
Tutorials have been validated against kind v0.14.0 running Kubernetes v1.24.x and kubectl 1.24.0 Tutorial Index
Installation GuidesThe Installation guides are centered around using Docker. Please ensure you have Docker installed by following their installation guide for your platform. OSX Installation GuideInstallation on OSX is done with Homebrew, an OSX package manager. If you have not installed it previously, please see their installation guide before continuing. Install
Once done, verify your Install. Optional: You can improve the general user experience of working with Windows Installation GuideInstallation on Windows is done with chocolatey, a Windows Package Manager. If you have not installed it previously, please see their installation guide before continuing.
Install
Once done, verify your Install. LinuxLinux installation is different for each distro. General install information is linked below: Once done, verify your Install. Optional: You can improve the general user experience of working with Verifying InstallWith the software installed you can verify it is working correctly by executing:
This will take a little bit of time the first time it is run as it will download its needed dependencies and starts the container. When it completes, you can verify it is working correctly by executing:
You should get output similar to the following:
After that you may stop the container with:
Troubleshooting Install Problems(This tutorial has been recently updated. After running tutorials it will be updated with what we've learned!) |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论