Customizing Kubeflow on AWS
This guide describes how to customize your deployment of Kubeflow on Amazon EKS. These steps can be done before you run command. Please see the following sections for details. If you don’t understand the deployment process, please see deploy for details.
For example, the following is a cluster manifest with one node group which has 2 instances. You can easily enable SSH and configure a public key. All worker nodes will be in single Availability Zone.
If you use the , you can consider to change the default password in the configuration file. The configuration file contains:
auth:
username: admin@kubeflow.org
Refer to the guide.
Check the How to create private EKS clusters guide.
Last modified 20.04.2021: