OUR NEWSBlog

Senior Microsoft 365 Software Developer – Level 3

Careers at CodeRise Senior Microsoft 365 Software Developer – Level 3 Long-term CodeRise client engagement focused on designing, configuring, developing, integrating and supporting solutions within a Microsoft 365 ecosystem. Microsoft 365Remote / CanadaContractSecret Clearance Role Overview CodeRise is building a network of experienced technology professionals for enterprise and public-sector delivery. This role supports Microsoft 365...

A Definitive Guide to Migrating from Ingress NGINX to Istio (Architect-Grade, 2026)

A Definitive Guide to Migrating from Ingress NGINX to Istio (Architect-Grade, 2026)

With the official retirement of the community-supported Ingress NGINX controller on March 31, 2026, the Kubernetes networking landscape has reached a turning point. If your organization is still running Ingress NGINX, you are no longer receiving security patches-leaving your clusters exposed to known vulnerabilities such as CVE-2025-1974 (IngressNightmare). While there are many alternatives, Istio has...

Create User in InfluxDB without Operator Token

Create User in InfluxDB without Operator Token
create user in influxdb

Pre-requisite InfluxDB installed and admin user created Influx CLI installed on computer Create Config influx config create -a --username-password ADMINUSER -n myconfig -u INFLUXDBURL Enter Admin password at prompt Replace the following:ORG: Organization name for the new userADMINUSER: Username of the admin userINFLUXDBURL: URL for Influx DB Create User in InfluxDB To create user, run...