Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aws-samples/eks-kubeflow-workshop
Kubeflow workshop on EKS. Mainly focus on AWS integration examples. Please go check kubeflow website http://kubeflow.org for other examples
https://github.com/aws-samples/eks-kubeflow-workshop
Last synced: 1 day ago
JSON representation
Kubeflow workshop on EKS. Mainly focus on AWS integration examples. Please go check kubeflow website http://kubeflow.org for other examples
- Host: GitHub
- URL: https://github.com/aws-samples/eks-kubeflow-workshop
- Owner: aws-samples
- License: apache-2.0
- Archived: true
- Created: 2019-09-13T23:30:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T08:08:58.000Z (almost 4 years ago)
- Last Synced: 2024-08-01T19:45:07.010Z (3 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 1.53 MB
- Stars: 96
- Watchers: 11
- Forks: 56
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-aws-research - EKS with Kubeflow
README
## Kubeflow Workshop on EKS
This repo is a Kubeflow Workshop on EKS and it will covers most of the cutting edge components in Kubeflow. The Lab is designed for native AWS and it will leverage a few AWS services like ECR, S3, EFS, FSX for Lustre, Cognito, Certificate Manager, etc.
## Prerequisites
* Install [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl)
* Install and configure the AWS Command Line Interface (AWS CLI):
* Install the [AWS Command Line Interface](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html).
* Configure the AWS CLI by running the following command: `aws configure`.
* Enter your Access Keys ([Access Key ID and Secret Access Key](https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys)).
* Enter your preferred AWS Region and default output options.
* Install [aws-iam-authenticator](https://docs.aws.amazon.com/eks/latest/userguide/install-aws-iam-authenticator.html).
* Install [eksctl](https://github.com/weaveworks/eksctl) (version 0.1.31 or newer)## Setups
1. [Create an EKS cluster](docs/cluster.md) or bring your own EKS cluster.
2. [Setup up Kubeflow](docs/kubeflow.md)
3. [Set up Notebook Server](docs/notebook-server.md)
4. [Post Installation](docs/post-install.md)## Labs
- [Model Development in Jupyter Notebook](notebooks/01_Jupyter_Notebook)
- [Fairing](notebooks/02_Fairing)
- [Distributed Training](notebooks/03_Distributed_Training)
- [Tensorflow Extended](notebooks/04_Tensorflow_Extended)
- [Kubeflow Pipeline](notebooks/05_Kubeflow_Pipeline)
- [Serving](notebooks/06_Serving)
- [Experiment Tracking](notebooks/07_Experiment_Tracking)
- [HyperParameter Tuning](notebooks/08_Hyperparameter_Tuning)
- [Monitoring](notebooks/09_Monitoring)
- Logs## Clean up
3. [Uninstall Kubeflow](docs/uninstall.md)## Contributing Guidelines
Thank you for your interest in contributing to our project. Whether it's a bug report, new feature, correction, or additional documentation, we greatly value feedback and contributions from our community.
Please read through this document before submitting any issues or pull requests to ensure we have all the necessary information to effectively respond to your bug report or contribution.
## Code of Conduct
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
[email protected] with any additional questions or comments.## Security issue notifications
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public github issue.
## Licensing
See the [LICENSE](https://github.com/aws-samples/eks-kubeflow-workshop/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.