What do you need to know about teaching yourself computer science?
So you want to learn computer science but have no idea where to start. Don't worry; by the end of this article, you'll know exactly what you need to do to get started. Here's a straightforward step-by-step guide to becoming a computer science expert on your own. Also included are some recommendations for an alternative method that will ensure you learn what you need to know without guesswork.
Replace AWS VPC-CNI with Calico on AWS EKS cluster
Background EKS clusters come with default AWS VPC CNI plugin [...]
Understanding Kubernetes: Part 1-Pods
Kubernetes, which is also known as ‘k8s’ is a portable, extendable open-source container that automates the process of manually managing, deploying, and scaling the the containerized applications like docker, containerd etc. This system was originally designed by Google; however, as of now, the Cloud Native Computing Foundation oversees all the arrangements.
Minio: Object storage on Container
Introduction Part MinIO is one of the most sought-after object [...]
What is Kubernetes?
Designed and developed by Google, Kubernetes is an open-sourced container-orchestration system that helps in the automation of application deployment, scaling containerized applications, and monitoring such applications. Now maintained by the Cloud Native Computing Foundation, Kubernetes seeks to provide a platform for the automated deployment, scaling, and the operations of application containers across a cluster of hosts.
Running OpenEBS in Kubernetes
OpenEBS now stands as one of the leading open-source projects related to container-native and container-attached storage type under the common name Kubernetes. With a dedicated storage controller designated to each workload, the OpenEBS follows the footsteps of Container Attached Storage or CAS. To provide further facilities to its users, the OpenEBS has granular storage policies and isolation that helps the users to choose their storage according to their workload.
Running Kaniko in (Docker/ Kubernetes/ using docker hub and AWS ECR
A tool to build container images from a Dockerfile, inside a container or Kubernetes cluster.
Kubernetes !!! How it Works.
Blog was initially published in "https://medium.com/goglides/kubernetes-how-it-works-bc27daf20e4c" Note: If you already [...]
Exploring kubectl HTTP request verbose option and custom kube-config based on kubernetes RBAC
Blog was initially published in medium, https://medium.com/goglides/exploring-kubectl-http-request-verbose-option-and-custom-kube-config-based-on-kubernetes-rbac-332b889ec2ab We can use -v or — v flags [...]