Skip to content

marstheonly/kubernetes-doc-pdf

 
 

Repository files navigation

Kubernetes PDF Documentation

This repository contains all the Kubernetes documentation in PDF format, generated automatically.

How the files are structured?

PDF files can be found under PDFs directory; they are grouped in sections:

  • Setup (Getting Started)
  • Concepts
  • Tasks
  • Tutorials
  • Reference
  • kubectl Reference

For a more detailed index, see here

Dependencies

  • docker
  • python3
    • pipenv
    • requests-html

How to run the code

  1. Install the dependencies. Use $ pipenv install for installing python packages.
  2. $ pipenv shell
  3. $ python kubernetes-doc.py

Similar Project:

About

Kubernetes PDF Documentation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 69.4%
  • Shell 22.5%
  • CSS 8.1%