摘要:
一、运算符 1.1、算术运算符 练习: package Package01; public class ArithmeticoperatorDemo1 { public static void main(String[] args) { System.out.println(3+2); System 阅读全文
摘要:
一、What is Linux Operating System The Linux Operating System is a type of operating system that is similar to Unix, and it is built upon the Linux Kern 阅读全文
摘要:
Kubernetes is an open-source platform that manages Docker containers in the form of a cluster. Along with the automated deployment and scaling of cont 阅读全文
摘要:
Kubernetes is a tool that helps us to run and manage applications in containers. It was developed by Google Lab in 2014, and it is also known as k8s. 阅读全文
摘要:
从节点执行kubectl get deployment报错 Error from server (Forbidden): deployments.apps is forbidden: User "system:node:node02" cannot list resource "deployment 阅读全文