paint-brush
53 Stories To Learn About Containerizationby@learn
223 reads

53 Stories To Learn About Containerization

by Learn RepoApril 17th, 2023
Read on Terminal Reader
tldt arrow

Too Long; Didn't Read

Learn everything you need to know about Containerization via these 53 free HackerNoon stories.
featured image - 53 Stories To Learn About Containerization
Learn Repo HackerNoon profile picture

Let's learn about Containerization via these 53 free stories. They are ordered by most time reading created on HackerNoon. Visit the /Learn Repo to find the most read stories about any technology.

1. How To Create Deployment Objects in Kubernetes and Deploy Using kubectl

Learn what Deployments are in Kubernetes and how to use them. Deployments are a high-level abstraction that controls how we deploy and maintain a set of Pods.

2. How to Use binding.pry to Debug a Rails Application in a Docker Container

Debugging in a docker container isn't that straightforward. At least it is not in the way my team set everything up. I will describe my methods for debugging.

3. Kubernetes Security For Developers: A Quick Start Guide

One of the basics of running Kubernetes in a production environment is security—how to ensure container images, pods, specific microservices, are protected.

4. Deploy Your First Jupyter Notebook to Docker

What Docker is, what makes up docker, and how to deploy a Jupyter notebook to a Docker Container

5. Understanding Pods in Kubernetes

Pods are Kubernetes Objects that are the basic unit for running our containers inside our Kubernetes cluster.

6. How To Harden Your Docker Containers Using Seccomp Security Profile

Secure Computing Mode, also known as Seccomp, is a Linux kernel feature that improves several security features to help run Docker in a more secure environment.

7. Benefits of Using Docker for Microservices: 2020 Edition

Docker is an innovative set of PaaS products that offer strategical and operational advantages for developing software applications. It reduces the expense incurred across the infrastructure and maintenance of software applications.

8. Creating and Deploying a Simple Helm Chart

Learn how to create a simple Helm chart to package and deploy individual Kubernetes applications.

9. The Container Anatomy: A Kernel Introduction

Welcome to this tutorial series, where we will evolve from the anatomy of a container inside the Linux Kernel, and will keep building pieces and evolving till the publication of a service into an Orchestration Platform. The general idea is to detail as much as possible (without being massive) how is things working under the hood.

10. Why Spotify Migrated From Its Homegrown Orchestration Tool (Helios) to Kubernetes?

Kubernetes optimizes audio streaming on Spotify. There's a story behind why it migrated from innate Helios to Kubernetes for container orchestration. Read on.

11. Linux-based Containers under the Hood

Containers under Linux - building a container from scratch.

12. Understanding Linux Containers Before Changing the World

Containers provide a way to run your application by packaging it with every dependency it needs. This article will look at Linux containers and their uses.

13. How to Use a Template to Use Docker with PHP

Today I want to give you an easy-to-use template in order to use Docker with PHP, explained so you can understand how it works in just 10 minutes.

14. It's Free to Learn Docker. Do it Now!

15. Two Key Points of Containerisation You Need to Know by Heart

What is containerisation and what’s so great about it anyway? You may work with container-based applications every day at work, but there comes a time when an intern or a fresh graduate new joiner (or perhaps a non-IT colleague) in your team ask you these questions and you find yourself stopped in your track thinking: “where should I start?”.

16. Top 5 Kubernetes Coding Errors and How to Solve Them

How to solve the top 5 Kubernettes coding errors.

17. Creating Encrypted Containers in Linux Using Cryptsetup

A brief guide on how to create encrypted containers in Linux using Cryptsetup, giving you tools for keeping your most important files and data protected.

18. Creating Microservices: Key Principles and Concepts of Microservices Architecture

Microservices architecture allows an application to be separated into parts which work together

19. Creating an AWS Elastic Container Registry (ECR) Using an EC2 Instance on Ubuntu

Docker allows developers to package applications in containers. This article will show you how to create your own container, upload it to the repository.

20. A Brief Overview of Docker And Its Impact On The Development Ecosystem

Docker is an open-source containerizing platform for application services, codes, libraries, configurations, and other dependencies into one package.

21. What are the Benefits of Using Docker Containers & When Should They Be Used?

Docker allows allows enterprises to easily integrate the benefits of containerization into their development lifecycle and operations, optimizing time & money.

22. Potential Use Cases of AI in Kubernetes

See how AI is helping shape the Kubernetes industry and optimize clusters for the future.

23. 3 Tips for Effective Kubernetes Application Troubleshooting

While debugging applications is slightly easier than solving issues with K8s clusters, it’s hardly a straightforward task. Here are three ways to simplify it.

24. Web Application Development: Principles of Development Based on Microservices. Part 2.

To use a microservice architecture, the developer needs to study special technologies that are applicable for such web app development.

25. How to Containerize and Deploy AI Models using Modzy

We know data scientists like to use a variety of tools during the model development process. That’s why Modzy was designed with flexibility top of mind.

26. Why Wink Adopted a Cloud-Native Infrastructure Backed by Kubernetes-Docker-CoreOS Container Linux

This blog covers why Wink adopted a Cloud-Native Infrastructure Backed by Kubernetes-Docker-CoreOS Container Linux stack. Learn more.

27. Top Alternatives to Docker Desktop in 2022: How to Choose One

Docker Desktop will change the licensing policy for commercial users. It's no longer free, so what alternatives can we choose instead?

28. Ship With the Docker Hub CLI Tool

The Docker Hub CLI Tool is a helpful containerization tool that can be used with Command Line. It is slightly experimental but still incredibly helpful.

29. Containerization and Its Benefits

This post explains what containers are, key benefits of containers in software dev and discusses why you might consider adding them to your DevOps processes.

30. How to Select the Best Container Registry

If you are developing any type of containerized application, there will be some concerns for you as a developer or an ops engineer. One such major concern is where to store the container images so that they can be easily and securely accessible at the deployment. This is where container registries come into play by offering a place to store these images. Therefore, selecting the best possible container registry for your specific use case is vital in any containerized application development. Yet, how can we ensure that we select the best possible registry? Let's try to answer that question in this post.

31. Containerization in 2023: 4 Tips for Successful Container Adoption

Four tips for laying a solid foundation and making sure you're ready to handle the challenges of operating containerized workloads in production.

32. How To Deploy Firecracker MicroVMs using Weave FireKube

Introduction

33. Why CIOs Must Focus on Accelerating Kubernetes Adoption

The blog discusses why CIOs must focus on accelerating Kubernetes adoption, as a futuristic technology, within their enterprises to ensure business continuity.

34. Using Kubernetes and Containers for Infinite Scaling

A landscape view of how to rightsize Kubernetes workloads, from single containers in a pod to hyperscaled serverless deployments, examining tools and techniques

35. Comparing Kubernetes and Nomad in 2022

Both Nomad and Kubernetes are good systems for running containerized applications, but they are very different.

36. Dockershim Deprecation: Is Docker Truly out of Game?

Dockershim deprecation only means the code maintenance of Dockershim in the code repository of Kubernetes will stop.

37. SQL Server container in Azure Kubernetes Services (AKS)

So recently I got involved with an ASP.NET project which was build over 10 years ago and over the years Developers and Change Requests came and went. And over the period the Application became quite cumbersome and quite hard to understand and manage, the Application became quite large in terms of functionality, codebase and data.

38. How to Maximize Cloud ROI with Containerization - Part 2

Learn how to increase your cloud ROI with automated deployment of containers and implementing CI using the right approach when developing your infrastructure.

39. The State of Containers in 2020

Containerization has come a long way and containers have completely revolutionized the way companies build, test, package and deliver software today. Containers are good for packaging any software. Big or small. Microservices are great candidates to be packaged and delivered with container images. With Microservices architecture, the large monolith is decoupled into several mini services that work independently.

40. How To Containerize Java Applications Without Docker Using Jib

In this article we will learn about how to create docker or OCI complaint images without installing any docker client or using Dockerfile for our SpringBoot application. We will be doing all of this with help of Jib.

41. Exploring Containerization Beyond Kubernetes

Here's why cloud-based PaaS and Containers make a solid combination for most developers.

42. The Technologies Set to Redefine Cloud Computing This Decade

For many years, enterprise cloud computing has been a careful balance – and sometimes an epic battle – between what is possible and what is practical on the ground. This dichotomy has led to a lot of confusion, which in turn can hold back development.

43. The Top 8 Registries for Containers

There are many container registry options on the market, serving customers of different types, sizes, and needs. Let's look at our top 8.

44. Kubernetes vs Docker: Differences Explained

Learn about Docker and Kubernetes container solutions, and discover the differences between Kubernetes and Docker to choose the one that best suits your needs.

45. Things to Keep in Mind to Successfully Deploy Kubernetes in Production

This blog covers additional factors you should take care of to successfully deploy Kubernetes cluster in production alongwith choosing a managed cloud. Read on.

46. Security Best Practices for Kubernetes: 2020 Edition

The New Cloud-Native World of Containers

47. CI/CD Workflow for SpringBoot Applications on Kubernetes via Skaffold

In this article, we'll explain how to create a CI/CD workflow for a SpringBoot Application deployed to Kubernetes using Skaffold.

48. Exploring an Open Source Toolkit for Debugging Kubernetes - KoolKits

A new open source approach for debugging live applications - right from inside your IDE or terminal window, and without stopping the live application.

49. Configure Access to Multiple Kubernetes Clusters

This guide will help you understand how you can manage access to Kubernetes clusters at scale and how you can streamline, optimize and orchestrate this process.

50. CI/CD Workflow for SpringBoot Applications on Kubernetes via Skaffold

In this article, we'll explain how to create a CI/CD workflow for a SpringBoot Application deployed to Kubernetes using Skaffold.

51. 3 Top Tools for Implementing Kubernetes Observability

Here, in this blog, we’ve discussed three important tools to implement Kubernetes Observability. Let’s take a look!

52. An Encryption Deep Dive - Part Four [AWS Encryption Services]

53. Podman CLI Guide for Docker Users

Podman is the command-line interface tool that lets you interact with Libpod, a library for running and managing OCI-based containers. It is important to note that Podman doesn't depend on a daemon, and it doesn't require root privileges.

Thank you for checking out the 53 most read stories about Containerization on HackerNoon.

Visit the /Learn Repo to find the most read stories about any technology.