전체 글 188

[MLOps] 쿠브플로우 파이프라인 - 컴포넌트 생성하기 GitHub 쿠브플로우 관련 코드 내용은 GitHub에서 관리하고 있습니다. https://github.com/Seokii/Study-MLOps GitHub - Seokii/Study-MLOps: Study MLOps with Kubeflow Study MLOps with Kubeflow. Contribute to Seokii/Study-MLOps development by creating an account on GitHub. github.com 참고사이트 : 모두의 MLOps (쿠브플로우 공부에 많은 도움이 된 사이트입니다!) Install kfp pip install kfp==1.8.18 kfp 1.8.18 버전을 설치해 실습을 진행했습니다. argument와 type 작성 def print_and.. MLOps 2023. 1. 16.
[MLOps] 쿠브플로우 파이프라인(Pipeline)이란? GitHub 쿠브플로우 관련 코드 내용은 GitHub에서 관리하고 있습니다. https://github.com/Seokii/Study-MLOps GitHub - Seokii/Study-MLOps: Study MLOps with Kubeflow Study MLOps with Kubeflow. Contribute to Seokii/Study-MLOps development by creating an account on GitHub. github.com Docs https://www.kubeflow.org/docs/components/pipelines/ Kubeflow Pipelines Documentation for Kubeflow Pipelines. www.kubeflow.org 쿠브플로우 파이프라인 공식.. MLOps 2023. 1. 13.
[MLOps] 쿠버네티스 프로메테우스&그라파나 설치하기 GitHub MLOps 관련 코드 내용은 GitHub에서 관리하고 있습니다. https://github.com/Seokii/Study-MLOps GitHub - Seokii/Study-MLOps: Study MLOps with Kubeflow Study MLOps with Kubeflow. Contribute to Seokii/Study-MLOps development by creating an account on GitHub. github.com 참고 사이트 : Prometheus Docs, Grafana Docs, 모두의 MLOps 프로메테우스(Prometheus) 와 그라파나(Grafana) 는 모니터링을 위한 도구입니다. 안정적인 서비스 운영을 위해서는 서비스와 서비스가 운영되고 있는 인프라의 상.. MLOps 2023. 1. 12.
[MLOps] Seldon Core 개념 이해 및 설치하기 GitHub MLOps 관련 코드 내용은 GitHub에서 관리하고 있습니다. https://github.com/Seokii/Study-MLOps GitHub - Seokii/Study-MLOps: Study MLOps with Kubeflow Study MLOps with Kubeflow. Contribute to Seokii/Study-MLOps development by creating an account on GitHub. github.com kubeflow를 공부하는 실습 환경에서 Seldon-core를 설치하기 위해 글을 작성합니다. Seldon Core란 Seldon Core는 쿠버네티스 환경에 수많은 머신러닝 모델을 배포하고 관리할 수 있는 오픈소스 프레임워크입니다. Seldon Core는 .. MLOps 2023. 1. 12.
[MLOps] 쿠브플로우 KServe 모델 배포하기 GitHub MLOps 관련 코드 내용은 GitHub에서 관리하고 있습니다. https://github.com/Seokii/Study-MLOps GitHub - Seokii/Study-MLOps: Study MLOps with Kubeflow Study MLOps with Kubeflow. Contribute to Seokii/Study-MLOps development by creating an account on GitHub. github.com PVC 정의와 PV 생성 # kserve-models-pvc.yaml kind: PersistentVolumeClaim apiVersion: v1 metadata: name: kserve-models-pvc spec: accessModes: - ReadWrit.. MLOps 2023. 1. 12.
[MLOps] 쿠브플로우 KServe 설치 및 알아보기 GitHub 쿠브플로우 관련 코드 내용은 GitHub에서 관리하고 있습니다. https://github.com/Seokii/Study-MLOps GitHub - Seokii/Study-MLOps: Study MLOps with Kubeflow Study MLOps with Kubeflow. Contribute to Seokii/Study-MLOps development by creating an account on GitHub. github.com Documentation https://www.kubeflow.org/docs/external-add-ons/kserve/ KServe Highly scalable and standards based Model Inference Platform on Kuber.. MLOps 2023. 1. 10.
[MLOps] 쿠브플로우 카티브(Katib) 하이퍼파라미터 튜닝(2) GitHub 쿠브플로우 관련 코드 내용은 GitHub에서 관리하고 있습니다. https://github.com/Seokii/Study-MLOps GitHub - Seokii/Study-MLOps: Study MLOps with Kubeflow Study MLOps with Kubeflow. Contribute to Seokii/Study-MLOps development by creating an account on GitHub. github.com 이전 글 https://seokii.tistory.com/209 [Kubeflow] 쿠브플로우 카티브(Katib) 하이퍼파라미터 튜닝(1) GitHub 쿠브플로우 관련 코드 내용은 GitHub에서 관리하고 있습니다. https://github.com/Seoki.. MLOps 2023. 1. 10.
[MLOps] 쿠브플로우 카티브(Katib) 하이퍼파라미터 튜닝(1) GitHub 쿠브플로우 관련 코드 내용은 GitHub에서 관리하고 있습니다. https://github.com/Seokii/Study-MLOps GitHub - Seokii/Study-MLOps: Study MLOps with Kubeflow Study MLOps with Kubeflow. Contribute to Seokii/Study-MLOps development by creating an account on GitHub. github.com 카티브 개념 이해와 설치하기 카티브에 대한 개념 설명은 이전 글을 참고바랍니다. https://seokii.tistory.com/208 [Kubeflow] 쿠브플로우 카티브(Katib) 개념 이해와 설치하기 1. Documentation https://www... MLOps 2023. 1. 9.