W: GPG error: https://pkg.jenkins.io/debian-stable binary/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY FCEF32E745F2C3D5 E: The repository 'http://pkg.jenkins.io/debian-stable binary/ Release' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
Fix GPG error: The following signatures couldn’t be verified
What we need to do is to fetch this public key in the system. Get the
key number from the message. In the above message, the key
is XXXXXXXXXXX.Now use that key in the following command:
AKS allows you to quickly deploy a production ready Kubernetes cluster in Azure, deploy and manage containerized applications more easily with a fully
managed Kubernetes service.
AKS reduces the complexity and operational overhead of managing
Kubernetes by offloading much of that responsibility to Azure. As a
hosted Kubernetes service, Azure handles critical tasks like health
monitoring and maintenance for you. The Kubernetes masters are managed
by Azure. You only manage and maintain the agent nodes. As a managed
Kubernetes service, AKS is free - you only pay for the agent nodes
within your clusters, not for the masters.
We will see how to create AKS cluster in portal Azure.