Skip to content

Collaboration template repository to support the K8s Fluency Channel on Pluralsight

Notifications You must be signed in to change notification settings

sonatype/learn-k8s-master

Repository files navigation

Learn Kubernetes

About The Project

This is the collaboration template repository to support the K8s Fluency Channel on Pluralsight. The purpose of the training is to familiarize people with the tools and processes needed to create and run Kubernetes clusters. Each section requires 1 to 4 hours, depending on previous experience and patience. The information below will help establish the base of your learning environment on top of which each section has its own setup instructions for completing the lesson.

Built With

Getting Started

You will need several accounts and tools in your base learning environment. After you have your base established, some sections have a zipped GitHub repo containing additional files you'll need to follow along with the section's videos.

Accounts

Tools

Because people will be on one of several platforms, installation instructions are linked in each tool below.

Setup

Fork Sonatype's master repo to your GitHub

A fork is a copy of a repository. Forking a repository allows you to freely experiment with changes without affecting the original project.

  • Click the Fork button in the upper right corner
  • Ensure your GitHub username is in the dropdown and enter a name for your forked repo (e.g., austinlbradley/learn-k8s)
  • Click Create Fork

Now your forked copy of the Sonatype master repo is located in your GitHub repositories.

Clone your forked copy of the repo to your local machine

You will learn more about git in the early sections, but use these commands to clone your forked repo to your local development environment.

  • Click the green Code button in GitHub above the list of directories and files of your repo
  • Click the copy button next to the https address of your repo
  • In a terminal on your local machine, change to the base directory where you want your cloned repo to live
  • Clone the repo
~ $ cd ~/repos/
~/repos/ $ git clone https://github.com/<GitHub-user>/learn-k8s.git

Now you should be ready to start Section 1.

Roadmap

  • Finish including zipped GitHub repos for applicable sections

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the (TBD) License. See LICENSE.txt for more information.

About

Collaboration template repository to support the K8s Fluency Channel on Pluralsight

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published