Skip to content

☸ This repository was created to develop and build ML pipelines using Kubernetes in an optimal manner. ☸

License

Notifications You must be signed in to change notification settings

Elkinmt19/kube6ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Deploy Machine learning (kube6ml)

class KubernetesDeployMachineLearning(Kubeflow):
    def __init__(self):
        self.name = 'kube6ml'
        self.projects = [
            "k8s": [
                "k8s-getting-started",
                "k8s-flask-nginx"
            ]
        ]
    def __str__(self):
        return self.name

if __name__ == '__main__':
    project = KubernetesDeployMachineLearning()

Getting Started

In order to be able to use the different project that this repo has, first it is important to setup an appropriated environment. The main purpose of this project is to develop and implement ML pipelines using Kubernetes, because of this it is important to setup a Kubernetes cluster to work.

There are different ways to setup a Kubernetes cluster locally in a computer or laptop, here there are some guides to perform this installation:

About

☸ This repository was created to develop and build ML pipelines using Kubernetes in an optimal manner. ☸

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published