Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

CanonicalLtd/canonical-kubernetes-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Canonical Kubernetes Demos

This repository contains source-code and documentation for various Canonical Kubernetes (CDK) demos. These are used for conferences, demonstrations, training and PoC.

Deploying Canonical Kubernetes

Most of the documentation for the demos in this repository assume you already have a Canonical Kubernetes cluster up and running. If you need the steps to deploy a cluster, they can be found here: Canonical Kubernetes Deployment Guide.

Additional steps can be found on the Juju store for Canonical Kubernetes: https://jujucharms.com/canonical-kubernetes/. There are also some demo repositories in this repo which explain how to deploy Canonical Kubernetes onto various public clouds, including AWS, Azure and OVH.

Demo List

  • Deploying CDK on Azure
  • Deploying CDK on AWS
  • CDK with Ceph as a default StorageClass for PV/PVC
  • CDK with Minio to provide S3 type storage
  • CDK with Helm

Third-party Product Integrations

Documentation and source-code for third-party software integration with Canonical Kubernetes can be found in a separate repository here: Canonical Kubernetes Third-Party Integration Documentation.

This additional repository is used to document things like third-party load-balancer integration, SDN/NFV plugins, security products and much more.

Getting Help

If your issue is regarding a bug in the Canonical Kubernetes distribution itself, you can raise them here: Canonical Kubernetes Bundle Builder.

Support for Canonical Kubernetes can be purchased here: https://www.ubuntu.com/kubernetes.

Support for Ceph storage can be purchased here: https://www.ubuntu.com/cloud/storage

Licence and Contributing

The assets in this repository are distributed under the MIT licence, please feel free to re-use and modify our code. Corrections and new demos are always welcome, Pull Requests are always welcome.

If you wish to contribute your own demo, please try to the follow the structure of the other demos. Generally this should include:

  • README.MD containing all of the steps for deploying the demo, any configuration, caveats and useful links.
  • Any scripts or yaml files used to deploy and configure the demo.
  • Any associated licence with any re-used code, I.E if you fork code make sure it includes original licence.

Useful Links