zoukankan      html  css  js  c++  java
  • 关于使用K8S的技术流程

    • 部署Gogs版本管理系统

    地址:https://gogs.io/docs

    • 部署Harbor私有仓库

    地址:https://github.com/goharbor/harbor/blob/master/docs/installation_guide.md

    • 部署Jenkins

    地址:https://jenkins.io/zh/doc/

    • 使用Jenkins从Gogs中拉取Java语言的SpringCloud项目,并使用maven打包构建成Docker镜像,并推送到Harbor仓库

    地址:https://www.cnblogs.com/sanduzxcvbnm/p/11797660.html 地址:https://www.cnblogs.com/sanduzxcvbnm/p/11799583.html

    • 部署Kubeapps应用商店

    地址:https://github.com/kubeapps/kubeapps

    • 部署K8S集群

    地址: 采用二进制方式:https://github.com/opsnull/follow-me-install-kubernetes-cluster 采用其他方式: 1,kuboard:https://kuboard.cn/learning/ 2,KubebSphere:https://kubesphere.io/docs/zh-CN/ 3,KubeOperator:https://docs.kubeoperator.io/kubeoperator-v2.2/introduction,https://github.com/kubeoperator/kubeoperator

    • 使用Helm Chart编写yaml,并上传到Harbor

    地址:https://www.cnblogs.com/sanduzxcvbnm/p/11944506.html

    • 在Kubeapps上部署chart应用到K8S集群上 地址:https://www.cnblogs.com/sanduzxcvbnm/p/11951401.html

    • 在K8S上管理应用

    • 监控报警,日志查看,版本更新/回退,弹性伸缩等

  • 相关阅读:
    MR中简单实现自定义的输入输出格式
    简单实现CombineFileInputFormat
    提高mapreduce性能的七点建议
    MR中使用sequnceFIle输入文件
    Hive中使用LZO
    JVM启动参数详解 (转)
    ubuntu12.04中shell脚本无法使用source的原因及解决方法
    hadoop 错误
    poj 3211 Washing Clothes
    hdu 3535 AreYouBusy
  • 原文地址:https://www.cnblogs.com/sanduzxcvbnm/p/11981105.html
Copyright © 2011-2022 走看看