Open in app
Home
Notifications
Lists
Stories

Write
Maxime Moreillon
Maxime Moreillon

Home

Nov 30, 2021

Distributing an application as Helm chart on Artifact Hub

Building application in a microservice architecture has become more and more popular recently. With this design pattern, applications are composed of multiple services that run independently and generally share data across network protocols. An example of such application could be an e-commerce website where users, product inventory or orders are…

Helm

6 min read

Distributing an application as Helm chart on Artifact Hub
Distributing an application as Helm chart on Artifact Hub

Nov 22, 2021

Environment variables for containerized Vue.js applications and how to set them at runtime

Environment variables can be used in a Vue.js application but those get converted into their hardcoded value during build. Thus, those variables cannot be changed to fit their environment at runtime. This article presents a method to circumvent the problem and allow the setting of environment variables at runtime. An example Vue.js application Let…

Vue

6 min read

Environment variables for containerized Vue.js applications and how to set them at runtime
Environment variables for containerized Vue.js applications and how to set them at runtime

Nov 21, 2021

SSH reverse shells

SSH is one of the most widely used network protocol for interacting with remote servers and computers. However, in some cases, SSH access to a specific host can be blocked due to firewalls or other network settings. This article presents how an SSH reverse shell could help circumvent the problem. The situation …

Networking

6 min read

SSH reverse shells
SSH reverse shells

Nov 21, 2021

Environment variables and their usage in Kubernetes

An application will almost always involve configuration specific to the environment it is being executed in. For instance, if the application connects to a database, the URL, username and password to access it must known by the former. …

Kubernetes

4 min read

Environment variables and their usage in Kubernetes
Environment variables and their usage in Kubernetes

Nov 21, 2021

Integrating a Microk8s cluster in GitLab

GitLab provides Kubernetes integration out of the box, which means that GitLab CI/CD Pipelines can be used to deploy applications in Kubernetes easily. This guide presents how to integrate a Kubernetes cluster in a GitLab Project and follows Gitlab documentation. For this particular case, the cluster will be that of…

Kubernetes

3 min read

Integrating a Microk8s cluster in GitLab
Integrating a Microk8s cluster in GitLab

May 4, 2021

A pluggable user management and authentication service for web applications

Because implementing authentication should not take more time than the development of the application itself — More often than not, web applications require restrictions regarding who can access the content that they serve. This involves an user management and authentication system, which, if designed inappropriately, can lead to security concerns. …

Nodejs

6 min read

A pluggable user management and authentication service for web applications
A pluggable user management and authentication service for web applications

Published in Geek Culture

·May 1, 2021

Deploying a TensorFlow Model to Kubernetes

An versatile approach to using AI in a microservice architecture — Let’s imagine that you’ve just finished training your new TensorFlow model and want to start using it in your application(s). One obvious way to do so is to simply import it in the source code of every application that uses it. However, it might be more versatile to keep your…

Tensor Flow

5 min read

Deploying a TensorFlow Model to Kubernetes
Deploying a TensorFlow Model to Kubernetes

Published in Level Up Coding

·May 26, 2020

Dockerization and deployment of a Node.js application to Kubernetes using GitLab-CI

In this article, we’ll build a simple Node.js application that uses Express to respond to HTTP requests. In order to deploy this application to production, we’ll also configure a GitLab CI/CD pipeline so as to dockerize it and deploy its container to a Kubernetes cluster. Prerequisites This article assumes that the…

Dev Ops

7 min read

Dockerization and deployment of a Node.js application to Kubernetes using GitLab-CI
Dockerization and deployment of a Node.js application to Kubernetes using GitLab-CI
Maxime Moreillon

Maxime Moreillon

IoT | Web | DevOps

Following
  • SRI International

    SRI International

  • Trey Huffine

    Trey Huffine

  • Processing Foundation

    Processing Foundation

  • Node.js

    Node.js

  • Evan You

    Evan You

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable