article thumbnail

Managing Storage in Kubernetes

Linux Academy

This temporary nature would have us assume that storage would be difficult to manage. Kubernetes allows you to natively create and manage storage decoupled from pods. On your Linux Academy homepage, click on Playground. In order to provide storage to our pods, we have to place the disk in the same region as our cluster.

Storage 107
article thumbnail

Managing Storage in Kubernetes

Linux Academy

This temporary nature would have us assume that storage would be difficult to manage. Kubernetes allows you to natively create and manage storage decoupled from pods. On your Linux Academy homepage, click on Playground. In order to provide storage to our pods, we have to place the disk in the same region as our cluster.

Storage 81
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

What’s Free At Linux Academy June 2019

Linux Academy

By adding free cloud training to our Community Membership, students have the opportunity to develop their Linux and Cloud skills further. Each month we will kick off our community content with a live study group allowing members of the Linux Academy community to come together and share their insights in order to learn from one another.

Linux 104
article thumbnail

Managing Storage in Kubernetes

Linux Academy

This temporary nature would have us assume that storage would be difficult to manage. Kubernetes allows you to natively create and manage storage decoupled from pods. On your Linux Academy homepage, click on Playground. In order to provide storage to our pods, we have to place the disk in the same region as our cluster.

Storage 60
article thumbnail

Kubernetes Cheat Sheet

Linux Academy

Here is the YAML for a simple persistent volume using local storage from the node: apiVersion: v1 kind: PersistentVolume metadata: name: data-pv namespace: web spec: storageClassName: local-storage capacity: storage: 1Gi accessModes: - ReadWriteOnce hostPath: path: /mnt/data. Getting Started with Kubernetes Using Minikube.

Linux 144
article thumbnail

Free Courses at Linux Academy — September 2019

Linux Academy

To continually support you in your mission to learn and grow we are always adding new courses and free resources to begin developing your Linux and Cloud skills. Courses Free in September: Microsoft SQL Server On Linux Quick Start. Linux Networking and Trouble Shooting. How to Get a Linux Job. Git Quick Start.

Linux 18
article thumbnail

Linux Academy Monthly Update – September

Linux Academy

Implement and manage storage. This exam measures your ability to do the following: Implement data storage solutions. Microsoft SQL Server on Linux Quick Start : This course teaches learners how to install and configure an SQL Server on Linux, whether using a traditional machine, containers, or an Azure SQL VM.

Linux 14