源码聚合搜索 - 壹搜网为您找到"

journeyapps/kubernetes-deploy-ci

"相关结果 30条

Express Tutorial Part 3: Using a Database (with Mongoose)

This article briefly introduces databases, and how to use them with Node/Express apps. It then goes on to show how we can use Mongoose to provide database access for the LocalLibrary website. It explains how object schema and models are declared, the main field types, and basic validation. It also briefly shows a few of the main ways in which you can access model data.
developer.mozilla.org

kubernetes上部署jenkins并使用ingress-nginx提供域名访问 - 极术社区 - 连接开发者与智能计算生态

https://github.com/jenkinsci/kubernetes-plugin 上面提供了jenkins在kubernetes中容器化的部署方式,以及yaml文件,现在直接 git clone 下来。 [root@master ~]# cd /work/[root@master wor
aijishu.com

【云原生】Jenkins集成Kubernetes详解_橙 子_的博客-CSDN博客_jenkins集成kubernetes

一.Jenkins集成Kubernetes 1.1 准备部署的yml文件 apiVersion:apps/v1kind:Deploymentmetadata:namespace:testname:pipelinelabels:app:pipelinespec:replicas:2selector:m
blog.csdn.net

第七篇:kubernetes部署jenkins_k8s部署jenkins_kjkdd的博客-CSDN博客

说明: 总的目标是在k8s集群部署gitlab、jenkins,并且在本地提交代码到gitlab后jenkin流水线可以自动编译打包成为docker镜像然后部署到k8s中并实现客户端外部域名访问,在文档分为多个部分,其中涉及的技术有docker安装、k8s搭建、部署gitlab、部署jenkins、
blog.csdn.net

Package management basics

In this article, we'll look at package managers in some detail to understand how we can use them in our own projects — to install project tool dependencies, keep them up-to-date, and more.
developer.mozilla.org

gitlab ci 自动化部署_Kubernetes中,微服务自动化发布系统详解_weixin_39683692的博客-CSDN博客

test:执行单元测试代码; build:执行构建打包指令,将应用构建打包为Docker镜像; push:该阶段主要是将build构建的本地Docker镜像经过tag处理后上传至Harbor镜像仓库,并在成功后清理掉本地镜像文件; deploy:该阶段主要是执行Kubernetes指令,根据Kube
blog.csdn.net

Using textures in WebGL

Now that our sample program has a rotating 3D cube, let's map a texture onto it instead of having its faces be solid colors.
developer.mozilla.org

Kubernetes Cluster Autoscaler Helm Chart

Cluster Autoscaler is a tool that automatically adjusts the size of the Kubernetes cluster.
hub.docker.com

docker/desktop-kubernetes

Kubernetes binaries for Desktop. Compiled from source for Alpine.
hub.docker.com