Kubernetes: How to setup and deploy to a cluster
We look at setting up, running, and setting up deployments on Kubernetes.
We talk about running and scaling pods, connecting services and pushing to google cloud.
We talk about building a package. We start with binutils that is required to build all other packages in the system.
We talk about the different collection structures in Java and how to measure their performance and memory footprint Simple example of performance testing for collection types in java: package org.ea.debugger; import java.lang.management.ManagementFactory; import java.util.*; import java.util.function.IntConsumer; public class CollectionTest { public static void sleep() { try { Thread.sleep(3000); } catch (Exception e) { e.printStackTrace(); }…
We talk about building language compilers and their usages within linux.
In this video we go though how to setup SSL on the API connection for object storage. We look at creating some self-signed certificate and then add them to the S3 object storage endpoint for your ceph cluster.
We are in our new linux environment and create the Perl language interpretor and some network utils required in order to manage your internet conncetion.
In this video, we will install Glance an OpenStack component required for storing your images. Glance can utilize Ceph as a backend, and we want this setup, so there are some extra steps required.