Recently I am migrate my previous website for “Lieben in Deutschland” test frontend to another...
only show the basic steps, as for the other part, version control, CICD, Unit Test, just let it...
It’s a renovated note. Nowadays many of us will enjoy the cloud cluster rather than build a self...
Overview workflow In previous article we have discussed about the difference and usage of...
How to realize these strategies in AWS, we can classify them into 3 categories: Using...
In this article we will use a simple C# code to present how CICD pipeline build by using AWS...
Here we will use a simple CI pipeline to build a workflow for illustrating the procedure of how AWS...
In this note, I picked up some examples for each catogry. And the resource are list in Reference...
This is a quick recap for RBAC, more details can check the official doc or click the tiltle...
Check following two networkpolicy yaml file, np1.yaml and np2.yaml: # np1.yaml apiVersion:...
Quick recap for network. Details can click the title link or check the official doc. ...
Quick recap for logs & configs. Details can click the title link or check the official doc. ...
1. Logs Components level logs kubelet, kube-apiserver, kube-scheduler,...
1. Node 1.1 Node NotReady A Kubernetes cluster node being in the NotReady state...
A sidecar container is commonly used in real-world applications to augment the functionality of the...
This is a quick recap for the points of pod schedual, details can click each title link or the final...
RBAC 1. Metaphor Service Account (SA): "Cheedge" is a worker (identity...
Deployment Basic CMD # Create kubectl create deploy NAME --image=IMAGE...
ClusterIP kubectl expose deployment nginx --name nginx-svc --port 8080 --target-port 80 ...
Ingress ingress to make external to access:...
Last article we talk about the two main traffic control in Kubernetes: Ingress and the NetworkPolicy....
In my previous post, shows the basic concepts for Storage in kubernetes, here I want to use some...
1. Workflow of Kubernetes Operations: 1. kubectl Sends API...
1. ConfigMap type property-like key apiVersion: v1 kind: ConfigMap metadata: name:...
5. How to decode the secret Previous we see how to create a secret, now let’s use the...
Why Update etcd.yaml? In previous posts, we see we need to update the etcd.yaml file to...
Last post I have show steps to restore etcd, but when we edit the /etc/kubernetes/manifest/etcd.yaml...
1. Backup This pare can refer to my last post, here. 2. Restore To follow the...
1. Backup Etcd 1.1 SSH to node ssh controlplane Enter fullscreen...
1. create a new propety In Analytics your account Dashboard, click the left corner gear...