logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

010--K8S使用NodePort类型Service

1、使用nodetype类型1.1、第一种类型创建:直接在yaml中标记是nodePortapiVersion: v1kind: Servicemetadata:name: nginx-service-nodeportspec:selector:app: nginxports:- name: http...

002--【K8S】Linux安装Kubectl

1、写作背景在使用K8S的时候,需安装kubectl工具进行命令查看相关,在此记录2、参考网址:kubernetes官网kubectl教程:https://kubernetes.io/docs/tasks/tools/install-kubectl/3、核心概述(linux)LINUX网络直接安装:kubernetes官网kubectl教...

002--YAML工具

1、写作背景经常在使用YAML进行property转化,K8S进行YAML编写进行校验2、工具汇总-1) YAML校验+property转化:http://www.toxcode.cn/props-yaml3、工具网址-1) YAML校验+property转化:http://www.toxcode.cn/props-yaml格式化...

003--【K8S】进行nginx服务(Deployment)

1、写作背景购买HUAWEI云进行K8S集群尝试,上一次已经安装kubectl,现在进行正式的服务创建2、参考网址3、核心概念创建nginx_deployment.yaml创建nginx_service.yaml(clusterIP)创建nginx_service.yaml(NodePort)创建nginx_service.yaml(Lo...

到底了