# kubernetes tutorial

Stay updated with our expert articles and insights on cloud-native and AI infrastructure management and orchestration topics.

## etcd & Kubernetes: What You Should Know 
Kubernetes is architected as a set of microservices that manage the lifecycle of containers and coordinate application management tasks such as configuration, deployment, service discovery, load balancing, scheduling, scaling, and monitoring across a fleet of clusters. The microservices-based architecture of the Kubernetes control plane offers the flexibility and resiliency to scale up and down according to the demands of the workloads.

[Read Now](/content/ai-and-cloud-native-blog/etcd-kubernetes-what-you-should-know/index.html)

## Top Kubernetes Takeaways From the 2020 AWS Container Security Survey 
Amazon Web Services (AWS) recently published the 2020 AWS Container Security Survey results. This survey is a follow-up to the 2019 AWS Container Security Survey.

[Read Now](/content/ai-and-cloud-native-blog/top-kubernetes-takeaways-from-the-2020-aws-container-security-survey/index.html)

## What Is a Helm Chart? The Complete Guide 
The declarative model of Kubernetes uses Kubernetes Objects stored in configuration files which are essentially a set of YAML files. For every version and instance of a Kubernetes application that DevOps personnel deploy and run in their environments, a set of YAML files need to be created and managed.

[Read Now](/content/ai-and-cloud-native-blog/the-ultimate-guide-to-helm-charts/index.html)

## Helm Chart Hooks Tutorial 
Helm chart hooks are a useful tool in your Kubernetes deployments and are used to perform certain actions at specific points in a release cycle. Helm supports a variety of hooks and this blog serves as a tutorial to help you quickly learn how and when you can use them to make your Kubernetes management process as efficient and repeatable as possible.

[Read Now](/content/ai-and-cloud-native-blog/helm-chart-hooks-tutorial/index.html)

## Kubernetes Cluster Backup & Restore with Velero and Rafay 
Kubernetes cluster backup and restore is one of the top priorities for DevOps teams and KubeMasters running containerized applications in production. Without this critical capability, organizations run the risk of a disruption of service and unplanned downtime.

[Read Now](/content/ai-and-cloud-native-blog/kubernetes-cluster-backup-restore-with-velero-and-rafay/index.html)

## TEST: The Ultimate Guide to Helm Charts 
The declarative model of Kubernetes uses Kubernetes Objects stored in configuration files which are essentially a set of YAML files. For every version and instance of a Kubernetes application that DevOps personnel deploy and run in their environments, a set of YAML files need to be created and managed.

[Read Now](/content/ai-and-cloud-native-blog/test-the-ultimate-guide-to-helm-charts/index.html)
