Tag: Devops and ci cd
-
How to run HA MongoDB on IBM Cloud Kubernetes Service
Posted on March 19, 2019, Level beginner Resource Length medium
A tutorial by Janakiram MSV about running highly available MongoDB cluster on IBM Cloud Kubernetes Service. IBM Cloud Kubernetes Service is a managed Kubernetes offering running in IBM Cloud. It is designed to deliver powerful tools, intuitive user experience, and built-in security for rapid delivery of applications that can be bound to cloud services related to IBM Watson, IoT, DevOps and data analytics.
Tags cloud-and-infrastructure devops-and-ci-cd data-and-analytics
-
Fully automated zero downtime deployments with Floating IPs on DigitalOcean Droplets
Posted on March 4, 2019, Level intermediate Resource Length long
Tutorial by Marco Ebbinghaus in which he explains how he has implemented a zero downtime deployment (blue-green like) of a small web application which is running on a DigitalOcean Droplet.
Tags devops-and-ci-cd
-
Single-Node Kubernetes on Raspberry Pi with MicroK8s and Ubuntu
Posted on February 27, 2019, Level intermediate Resource Length long
Blog post by Canonical in which they do excellent job of explaining how to setup and run Ubuntu Server on a Raspberry Pi with MicroK8s on-top to provide a single-node Kubernetes host for development and testing.
Tags miscellaneous devops-and-ci-cd cloud-and-infrastructure
-
Skaffold for local kubernetes development
Posted on February 26, 2019, Level intermediate Resource Length short
Straight to the point guide from Shane Lee aiming to get you running with kubernetes in no time. Great tutorial for anybody new to kubernetes.
Tags devops-and-ci-cd software-engineering architecture-and-apis
-
MySQL high availability framework explained – part one
Posted on February 24, 2019, Level intermediate Resource Length medium
This is three-part blog series, in which author explains the details and functionality of a High Availability (HA) framework for MySQL hosting using MySQL semisynchronous replication and the Corosync plus Pacemaker stack. Published by Prasad Nagaraj VP Engineering at ScaleGrid.
Tags backend-development data-and-analytics software-engineering devops-and-ci-cd
-
Common API mistakes and how to avoid them
Posted on February 24, 2019, Level intermediate Resource Length long
Thomas Hunter II is author of this guide on hot topic how to avoid common API mistakes. The advice in this article applies to any API. However, some of the issues author considers are easier to encounter when the application is written in a dynamic language, such as JavaScript, versus a more static language, such as Java.
Tags frontend-and-mobile backend-development architecture-and-apis devops-and-ci-cd
-
Running your own DBaaS based on your preferred DBs, Kubernetes operators and containerized storage
Posted on February 16, 2019, Level intermediate Resource Length long
Posted by Evan Powell this is excellent guide for those who want to get advice about running their own Redis or Cassandra or MongoDB in Kubernetes.
Tags devops-and-ci-cd software-engineering
-
Running Concourse-based CD on Azure Kubernetes
Posted on February 12, 2019, Level intermediate Resource Length long
Roman Alekseenkov published this straightforward tutorial about getting Concourse based continous delivery running on Azure Kubernetes. The author guides you through what it takes to stand up and operate your own full CD stack on Kubernetes.
Tags frontend-and-mobile devops-and-ci-cd cloud-and-infrastructure architecture-and-apis
-
Good engineering practices while working solo
Posted on February 1, 2019, Level beginner Resource Length long
An article by Shalvah about time when you got to go it alone and how do you make the most out of it. And while much of product development involves being able to manage or work with the rest of the team, it's equally important to develop good practices while working solo.
Tags leadership-and-career software-engineering devops-and-ci-cd miscellaneous
-
Application metrics in Istio
Posted on January 29, 2019, Level intermediate Resource Length medium
Mete Atamel authored simple tutorial for adding Application metrics in Istio. The default metrics sent by Istio are useful to get an idea on how the traffic flows in your cluster. However, to understand how your application behaves, you also need application metrics.
Tags devops-and-ci-cd architecture-and-apis
-
9 Reasons why feature teams are the best team structure
Posted on January 28, 2019, Level beginner Resource Length medium
Interesting read by Łukasz Muszyński on SoftwareHut web site. They are primarily Agile software house believing in Agile to be main factor in their success. They discovered in the recent time that features teams based structure is one of the best Agile team structure for our software development projects.
Tags devops-and-ci-cd leadership-and-career software-engineering
-
Kubernetes ingress controller setup using KOP and Nginx-Ingress
Posted on January 26, 2019, Level beginner Resource Length short
A tutorial by Lokesh Jawane explaining how to set up Kubernetes ingress controller using kops (Kubernetes Operations) & Nginx-Ingress. Kops automates the provisioning of Kubernetes clusters in AWS and GCE. Authors like to think of kops as kubectl for clusters.
Tags frontend-and-mobile devops-and-ci-cd architecture-and-apis