Azure Kubernetes Services (AKS) cluster

An AKS cluster is a managed Kubernetes service provided by Microsoft Azure. Further reading What is Azure Kubernetes Service (AKS)? - Microsoft Learn Related pages Kubernetes

1 min

Kubernetes Course (Beginner/Intro)

freeCodeCamp provide a 3 hour introductory course to Kubernetes. Further reading The Kubernetes Handbook – Learn Kubernetes for Beginners Notes Pod is the smallest unit in the Kubernetes world Link One container per pod is the most common use case Link A Kubernetes cluster consists of nodes (a node is simply a server, whether virtual or bare metal) Link ...

1 min

Kubernetes Secrets

Kubernetes Secrets provide a secure way to manage sensitive information, such as passwords, tokens, or keys, by storing and then accessing them separately from application code. This reduces the risk that the secret is exposed when working with pods or containers. Best Practice Good practices for Kubernetes Secrets (Official Documentation) Best practices for Kubernetes Secrets management (Snyk) How to Handle Secrets in Kubernetes (GitGuardian) Further Reading Kubernetes Secrets (Official Documentation) ...

1 min

Red Hat OpenShift

Red Hat OpenShift is a Kubernetes-based platform for building, deploying, and managing containerised applications at scale. OpenShift can be hosted on-premises, in public or private clouds, or as a fully managed service. Hosting vendors include AWS, Microsoft Azure, Google Cloud, IBM Cloud, and as well as Red Hat OpenShift Dedicated. Learning Paths Red Hat Developer - OpenShift Learning Path. A guided learning path including use of the Red Hat developer sandbox. (Sign up required) Further reading Red Hat OpenShift (redhat.com) OpenShift (wikipedia.com) OpenShift Documentation (docs.redhat.com) [Openshift (developers.redhat.com)](https://developers.redhat.com/products/openshift/ Red Hat OpenShift Dedicatedoverview) Red Hat OpenShift security guide (PDF) Related pages Kubernetes

1 min

What is Kubernetes?

Kubernetes (k8s) is an open-source orchestration platform that automates the deployment, scaling, and management of containerised applications. It can be run self-hosted on your own infrastructure, or you can use managed Kubernetes services offered by cloud providers such as Amazon AWS, Google Cloud, or Microsoft Azure. Control guides Kubernetes Hardening Guide (US Gov) (PDF) Kubernetes Security Cheat Sheet (owasp) Related terminology container-d, containers, cri-o, docker, orchestration, pod, YAML Related pages Kubernetes - Beginner course What is a container? Kubernetes Secrets

1 min