filmov
tv
Install Kubernetes from Scratch [20] - End to End Tests: Run Smoke Test
Показать описание
We now perform a set of basic functionality testing to see if everything is working as expected.
First we perform a basic health check to test the state of nodes and pods on the system.
Then we test the data encryption. So we create a secret object with the key mykey and value my data. We then query this in the ETCD cluster. As you can see the key is not seen in plain text. Its encoded using aesbc provider.
Let us clean that up.
We then create a deployment using the image nginx.
Wait for that to be deployed.
We then expose it through a service of type nodeport. Fetch the port number, which in this case is 31518.
Then perform a curl to both of the workers Ips and verify it returns the page.
Check to make sure you can view the logs on the pods.
And that you can execute a command within the pod.
That's it for the basic test. In the next demo, we will see how to run and validate an end-to-end test.
#InstallKubernetesfromScratch #RunSmokeTest
Install Kubernetes from Scratch [20] - End to End Tests: Run Smoke Test
Build a Kubernetes Home Lab from Scratch step-by-step!
How to Setup and Install Kubernetes , Kubectl & Minikube
Setup Kubernetes From Scratch!
Install Kubernetes from Scratch [21] - Run End To End Tests
Install Kubernetes from Scratch [15] - Install KubeCtl
Installing Kubernetes - How to install Kubernetes
Complete Application Deployment using Kubernetes Components | Kubernetes Tutorial 20
How to Install OpenShift 4 on Bare Metal through User Provisioned Infrastructure (UPI)
Kubernetes Explained in 100 Seconds
Install Kubernetes from Scratch [2] - Provisioning infrastructure for Kubernetes
Install Kubernetes from Scratch [8] - Install Master Components
Kubernetes Tutorial for Beginners [FULL COURSE in 4 Hours]
How to Build an Awesome Kubernetes Cluster using Proxmox Virtual Environment
Docker, Rancher, Kubernetes... Minecraft? (Rancher Setup and Install Tutorial)
Install Kubernetes | Setup Kubernetes Step by Step | Kubernetes Training | Intellipaat
Install Kubernetes from Scratch [16] - Install Networking
Demo: Installing Kubernetes Using Kubeadm | Coupon: UDEMYNOV20 | Udemy: Kubernetes Made Easy
Installation Methods of Kubernetes| Coupon: UDEMYNOV20 - Kubernetes Made Easy | Kubernetes Tutorial
you need to learn Kubernetes RIGHT NOW!!
Install Kubernetes from Scratch [18] - CoreDNS
Install Kubernetes from Scratch [19] - End to End Tests
How to Create a Local Kubernetes Cluster? - Civo Academy
Install Kubernetes from Scratch [17] - Kubeapi to kubelet connectivity
Комментарии