Cloud-oriented Life

Cloud Native Technology Improves Lives

Weave Scope

Weave Scope - https://www.weave.works/oss/scope/ is a visualization and monitoring tool for Docker and Kubernetes. It provides a top down view into your app as well as your entire infrastructure, and allows you to diagnose any problems with your distributed containerized app, in real time, as it is being deployed to a cloud provider.

Weave Scope help you to understand your application quickly by seeing it in a real time interactive display, with zero configuration or integration required — just launch and go.

Weave Scope automatically detects processes, containers, hosts. No kernel modules, no agents, no special libraries, no coding. Seamless integration with Docker, Kubernetes, DCOS and AWS ECS.

This article is about how to use kubectl to deploy Weave Scope on Kubernetes (K8S).

Read more »

Pulumi

Pulumi is a Modern Infrastructure as Code (IaC) to create, deploy, and manage infrastructure on any cloud using familiar programming languages and tools.

Pulumi’s Cloud Native SDK makes it easy to target any Kubernetes environment to provision a cluster, configure and deploy applications, and update them as required.

This article is about how to use Pulumi and Go SDK to manager Namespace and Deployment within Kubernetes (K8S).

Read more »

openldap and phpldapadmin

OpenLDAP Software is an open source implementation of the Lightweight Directory Access Protocol. The suite includes:

  • slapd - stand-alone LDAP daemon (server)

  • libraries implementing the LDAP protocol, and

  • utilities, tools, and sample clients.

Read more »

Visual Studio Code

Visual Studio Code - Code Editing. Redefined - https://code.visualstudio.com/ is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

This article covers troubleshooting tips and tricks for each of the Visual Studio Code SSH Remote Development extensions

SSH is powerful and flexible, but this also adds some setup complexity. This section includes some tips and tricks for getting the Remote - SSH extension up and running in different environments.

Read more »

community.kubernetes.helm

community.kubernetes.helm is an Ansible Galaxy to install, upgrade, delete packages with the Helm to manages Kubernetes packages with the Helm package manager

Ansible is Simple IT Automation - https://www.ansible.com/ can configure systems, deploy software, and orchestrate more advanced IT tasks such as continuous deployments or zero downtime rolling updates.

Ansible’s main goals are simplicity and ease-of-use. It also has a strong focus on security and reliability, featuring a minimum of moving parts, usage of OpenSSH for transport (with other transports and pull modes as alternatives), and a language that is designed around auditability by humans–even those not familiar with the program.

Ansible is a universal language, unraveling the mystery of how work gets done. Turn tough tasks into repeatable playbooks.

This article is about how to use community.kubernetes.helm to manage releases with the Helm package manager.

Read more »

Loki: like Prometheus, but for logs

Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. It is designed to be very cost effective and easy to operate. It does not index the contents of the logs, but rather a set of labels for each log stream.

Read more »

Summary - Building software with David Heinemeier Hansson

This article is about Building software with David Heinemeier Hansson from Computers Are Hard: building software with David Heinemeier Hansson | by Wojtek Borowicz | Computers Are Hard | Medium - https://medium.com/computers-are-hard/computers-are-hard-building-software-with-david-heinemeier-hansson-c9025cdf225e.

Read more »
0%