From the course: Kubernetes Essential Training: Application Development

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Where to find additional information

Where to find additional information - Kubernetes Tutorial

From the course: Kubernetes Essential Training: Application Development

Start my 1-month free trial

Where to find additional information

- [Instructor] So hey, thanks for sticking with the course the whole way, I hope you found it useful! From here, there's a bunch of places you can go to continue your journey with Kubernetes. Number one, practice! You know how to use Minikube and get a cluster on your laptop. The cloud providers all also have Kubernetes cluster offerings as well. So, pick up a project, port a service across at work, or do a new personal project on Kubernetes. Now to support you, there's a bunch of places I recommend checking out. There's no one place to go with Kubernetes, it's kind of a hot topic right now, and there's information and coverage everywhere. So, don't forget the basics, like kubectl api-resources, which lists all the resource kinds, and therefore basically all the features. Also don't forget kubectl explain for really detailed info on how to use them. This same information is available on the web at the official…

Contents