---
title: Cloud Native Blog - Container Solutions  | Miscellaneous (7)
description: Miscellaneous | Read the latest thinking, news and research from the team at Container Solutions in our Cloud Native Blog. (7)
---

Check out our **[Cloud Native Services](https://www.container-solutions.com/services) **and** **book a call with one of our experts today! 

[![Container Solutions](https://blog.container-solutions.com/hubfs/CS_blog/logo-main.svg "Container Solutions")](http://container-solutions.com)

- [WTF Is Cloud Native (180)](https://blog.container-solutions.com/tag/wtf-is-cloud-native)
- [Cloud native (152)](https://blog.container-solutions.com/tag/cloud-native)
- [Microservices (141)](https://blog.container-solutions.com/tag/microservices)
- [Culture (104)](https://blog.container-solutions.com/tag/culture)
- [Miscellaneous (103)](https://blog.container-solutions.com/tag/miscellaneous)
- [Kubernetes (89)](https://blog.container-solutions.com/tag/kubernetes)
- [News (82)](https://blog.container-solutions.com/tag/news)
- [Docker (70)](https://blog.container-solutions.com/tag/docker)
- [Build (66)](https://blog.container-solutions.com/tag/build)
- [Think (51)](https://blog.container-solutions.com/tag/think)
- [Design (33)](https://blog.container-solutions.com/tag/design)
- [Leadership (29)](https://blog.container-solutions.com/tag/leadership)
- [DevOps (28)](https://blog.container-solutions.com/tag/devops)
- [Open Source (26)](https://blog.container-solutions.com/tag/open-source)
- [Crisis management (18)](https://blog.container-solutions.com/tag/crisis-management)
- [CNO (16)](https://blog.container-solutions.com/tag/cno)
- [Careers (16)](https://blog.container-solutions.com/tag/careers)
- [strategy (16)](https://blog.container-solutions.com/tag/strategy)
- [Cloud Native Operations (14)](https://blog.container-solutions.com/tag/cloud-native-operations)
- [Events (14)](https://blog.container-solutions.com/tag/events)
- [Product Management (14)](https://blog.container-solutions.com/tag/product-management)
- [Hacking the Org (13)](https://blog.container-solutions.com/tag/hacking-the-org)
- [SRE (13)](https://blog.container-solutions.com/tag/sre)
- [Case studies (12)](https://blog.container-solutions.com/tag/case-studies)
- [Blog (11)](https://blog.container-solutions.com/tag/blog)
- [Run (10)](https://blog.container-solutions.com/tag/run)
- [Security (10)](https://blog.container-solutions.com/tag/security)
- [Sustainability (10)](https://blog.container-solutions.com/tag/sustainability)
- [GitOps (8)](https://blog.container-solutions.com/tag/gitops)
- [training (8)](https://blog.container-solutions.com/tag/training)
- [Linux (7)](https://blog.container-solutions.com/tag/linux)
- [Continuous Delivery (6)](https://blog.container-solutions.com/tag/continuous-delivery)
- [Maturity Matrix (5)](https://blog.container-solutions.com/tag/maturity-matrix)
- [Architecture (4)](https://blog.container-solutions.com/tag/architecture)
- [CI/CD (4)](https://blog.container-solutions.com/tag/ci-cd)
- [Istio (3)](https://blog.container-solutions.com/tag/istio)
- [Operations (3)](https://blog.container-solutions.com/tag/operations)
- [Programming (3)](https://blog.container-solutions.com/tag/programming)
- [Chaos Engineering (2)](https://blog.container-solutions.com/tag/chaos-engineering)
- [Compliance (2)](https://blog.container-solutions.com/tag/compliance)
- [Continuous Integration (2)](https://blog.container-solutions.com/tag/continuous-integration)
- [Finops (2)](https://blog.container-solutions.com/tag/finops)
- [Machine Learning/AI (2)](https://blog.container-solutions.com/tag/machine-learning-ai)
- [Patterns (2)](https://blog.container-solutions.com/tag/patterns)
- [eBPF (2)](https://blog.container-solutions.com/tag/ebpf)
- [platform (2)](https://blog.container-solutions.com/tag/platform)
- [Continuous Compliance (1)](https://blog.container-solutions.com/tag/continuous-compliance)
- [Webinar (1)](https://blog.container-solutions.com/tag/webinar)
- [cloud foundry (1)](https://blog.container-solutions.com/tag/cloud-foundry)
- [concourse (1)](https://blog.container-solutions.com/tag/concourse)
- [containers (1)](https://blog.container-solutions.com/tag/containers)
- [development (1)](https://blog.container-solutions.com/tag/development)
- [networking (1)](https://blog.container-solutions.com/tag/networking)
- [secrets management (1)](https://blog.container-solutions.com/tag/secrets-management)

[All](https://blog.container-solutions.com/tag/miscellaneous/page/7#)

<https://blog.container-solutions.com/surprise-golang-thread-scheduling>

[Microservices](https://blog.container-solutions.com/tag/microservices) [Miscellaneous](https://blog.container-solutions.com/tag/miscellaneous)

5 min read

### [Surprise at Golang Thread Scheduling](https://blog.container-solutions.com/surprise-golang-thread-scheduling)

 A few days ago I had a problem with high CPU usage in one of my Go-based microservices. The microservice has evolved into two distinct components: a HTTP web-app and a batch processing service. At som...

[Read full article](https://blog.container-solutions.com/surprise-golang-thread-scheduling)

<https://blog.container-solutions.com/multi-arch-docker-images>

[Miscellaneous](https://blog.container-solutions.com/tag/miscellaneous)

3 min read

### [Multi-arch Docker Images](https://blog.container-solutions.com/multi-arch-docker-images)

 Although the promise of Docker is the elimination of differences when moving software between environments, you'll still face the problem that you can't cross platform boundaries, i.e. you can't run a...

[Read full article](https://blog.container-solutions.com/multi-arch-docker-images)

<https://blog.container-solutions.com/running-secure-registry-kubernetes>

[Miscellaneous](https://blog.container-solutions.com/tag/miscellaneous)

4 min read

### [Running a Secure Registry on Kubernetes](https://blog.container-solutions.com/running-secure-registry-kubernetes)

 Once your shiny new Kubernetes cluster is up-and-running, one of the first things you'll want to add is a local registry for storing private images. This is typically achieved using the official Kuber...

[Read full article](https://blog.container-solutions.com/running-secure-registry-kubernetes)

<https://blog.container-solutions.com/adding-self-signed-registry-certs-docker-mac>

[Miscellaneous](https://blog.container-solutions.com/tag/miscellaneous)

3 min read

### [Adding Self-signed Registry Certs to Docker & Docker for Mac](https://blog.container-solutions.com/adding-self-signed-registry-certs-docker-mac)

 The Docker registry image has over 10 million pulls on Docker Hub, so it's safe to say that a lot of people out there are making use of it. When running a registry, it's essential to make sure your cl...

[Read full article](https://blog.container-solutions.com/adding-self-signed-registry-certs-docker-mac)

<https://blog.container-solutions.com/introduction-stream-processing-systems-kafka-aws-kinesis-azure-event-hubs>

[Miscellaneous](https://blog.container-solutions.com/tag/miscellaneous)

13 min read

### [An Introduction to stream processing systems: Kafka, AWS Kinesis and Azure Event Hubs](https://blog.container-solutions.com/introduction-stream-processing-systems-kafka-aws-kinesis-azure-event-hubs)

 Stream Processing Systems are one of the most powerful tools you can include in a microservice infrastructure, but from conversations I have had, many developers adopting microservices have not really...

[Read full article](https://blog.container-solutions.com/introduction-stream-processing-systems-kafka-aws-kinesis-azure-event-hubs)

<https://blog.container-solutions.com/net-experience-microservices-net-coredockerkubernetesweavenetazure>

[Kubernetes](https://blog.container-solutions.com/tag/kubernetes) [Miscellaneous](https://blog.container-solutions.com/tag/miscellaneous)

13 min read

### [The .NET experience with microservices (.NET Core/Docker/Kubernetes/WeaveNet/Azure)](https://blog.container-solutions.com/net-experience-microservices-net-coredockerkubernetesweavenetazure)

 The .NET experience with microservices (.NET Core/Docker/Kubernetes/WeaveNet/Azure)

[Read full article](https://blog.container-solutions.com/net-experience-microservices-net-coredockerkubernetesweavenetazure)

<https://blog.container-solutions.com/continuous-integration-deployment-micro-services-different-platforms>

[Kubernetes](https://blog.container-solutions.com/tag/kubernetes) [Miscellaneous](https://blog.container-solutions.com/tag/miscellaneous)

6 min read

### [Continuous Integration of deployment of micro-services to different platforms](https://blog.container-solutions.com/continuous-integration-deployment-micro-services-different-platforms)

 In this blog post, I describe how we created DeployDocs to improve the continuous integration of the micro-services in the Socks Shop and the platforms it can be deployed to.

[Read full article](https://blog.container-solutions.com/continuous-integration-deployment-micro-services-different-platforms)

<https://blog.container-solutions.com/running-kontena-google-cloud>

[Miscellaneous](https://blog.container-solutions.com/tag/miscellaneous)

5 min read

### [Running Kontena in the Google Cloud](https://blog.container-solutions.com/running-kontena-google-cloud)

 In this blog post we'll set up Kontena on top of CoreOS on GCE. In the previous blog, I described Kontena's architecture.

[Read full article](https://blog.container-solutions.com/running-kontena-google-cloud)

<https://blog.container-solutions.com/kontena-alternative-container-orchestrator>

[Miscellaneous](https://blog.container-solutions.com/tag/miscellaneous)

5 min read

### [Kontena: an alternative container orchestrator](https://blog.container-solutions.com/kontena-alternative-container-orchestrator)

 Some weeks ago, I encountered Kontena. It is an open source project for containerized application orchestration, that does things a little different compared to the currently big players, such as Kube...

[Read full article](https://blog.container-solutions.com/kontena-alternative-container-orchestrator)

![cs-logo-white](https://blog.container-solutions.com/hs-fs/hubfs/cs-logo-white.png?width=150&height=61&name=cs-logo-white.png "cs-logo-white")

#### **Talk to sales**

[info@container-solutions.com](mailto:info@container-Solutions.com)

#### Stay In Touch

- [**](https://www.linkedin.com/company/container-solutions/)
- [**](https://twitter.com/containersoluti)

© 2024 Container Solutions