[远程工作] - Nomisma 区块链金融初创招 DevOps 工程师

remnet

Description

We are looking for a Senior DevOps or Site Reliability Engineer to manage our existing CI/CD setup, environments, and continue to develop the operations of our exchange. Importantly, the main driver behind our SLAs are financial regulation requirements in Europe. Expertise in operating a regulated European derivatives exchange is a major plus. This position would assume full ownership of the development and production operations. Currently, we do not have an additional DevOps team so this role would work somewhat independently, however as the company grows we anticipate hiring more operations resources. Nomisma has 1 revenue generating exchange venue in production and another one under development. The venue under development is the larger focus and is much more complex. We anticipate going to production within the next 3 months.

Responsibilities:

● Define SLAs and setup resilience, performance, and other metrics to meet strict regulatory requirements

● Provide insight on reducing costs and scaling our infrastructure and applications

● Design system architecture spanning multiple cloud based data centres

● Perform stress tests and chaos tests, discover bottlenecks and optimise
performance

● Maintain CI/CD deployment and development, testing, and production environments

● Manage on call rotations and incident response lifecycle

● Collaborate with security engineers to deploy tooling in order to mitigate malicious behaviour

Required Skills:

● Experience in building financial applications for derivatives/equities exchange is a must, you should be familiar with protocols such as FIX

● Experience in Linux, Docker, Kubernetes, Istio, Consul

● Strong background in tuning performance and scaling applications

● Can determine bottlenecks by means of load testing and make decisions about scale
based on the metrics

● Define SLAs, take ownership of ensuring we meet them, and streamline alerts around
these metrics

● Experience with chaos testing i.e. define failure scenarios and steady state, inject those failures and use results to improve resilience

● Battle tested knowledge of stateful applications (we use MongoDB, Redis, Postgres)

● Familiar with logging, monitoring, CI/CD (we use New Relic, EFK)

● Fluent with programming languages (we use Golang, Javascript)

● Proficient in IAC tools (we use Ansible, Terraform)

● Experience in working with cloud environments (we use AWS)

● Solid understanding of the distributed systems, OSI model and network protocols

● Knowledge of compliance standards is a strong advantage (e.g. NIST, PCI/DSS, GDPR,
ISO27001)

● Familiarity with setting up security infrastructure such as HIDS/NIDS (USM), Malware Detection, WAF, Endpoint Security (Carbon Black), Vulnerability Management (Tenable)

● Determination to automate using existing and new tools

薪酬范围

35K 以上

联系方式

[email protected]

IBM DevOps 岗位招聘 - 深圳

oldboy627:角色和职责:执行与构建自动化相关的 IT 操作活动、执行 DevOps 工具链部署、调试部署问题、监视和支持生产环境、在出现问题时对问题进行筛选。所需的技术和专业知识kubernetes 的实际工作经验有云自动化技术经验,如 Terraform 、Ansible 等。公有云 AWS,Azure,GCP,IBM Cloud 等实际使用经验熟…

中国 DevOps 社区 & CODING 深圳第九届 Meetup 来啦!

CodingNET:号外号外! 中国 DevOps 社区 & CODING 深圳第九届 Meetup 来啦! 本次以 「 DevOps 转型与实践」 为主题的技术沙龙活动,由腾讯云旗下一站式 DevOps 开发平台 CODING 和中国 DevOps 社区主办,邀请了四位来自世界 500 强或国内外知名企业的技术大咖,共同探讨在 DevOps 的大潮…

启用“指定批处理大小”时,Azure DevOps版本中缺少控制台输出 - c#

我们在Azure DevOps中运行了一个大型测试集(基于NUnit)。最近,我们在Visual Studio测试任务中启用了“重新运行失败的测试”选项。最初,由于VSTest中的一个错误,该错误无法处理自定义测试显示名称(这是我们的测试所必需的),因此无法正常工作。测试仍然只能运行一次。但是,通过设置batch size,此问题已解决,最终可以正确重试测试…

测试中使用了launchsettings.json中的环境变量? - c#

我有一个.NET Core构建管道,该管道用于在Azure DevOps上运行一些测试。每个环境的设置都存储在配置文件中,例如:appsettings.jsonappsettings.qa.jsonappsettings.test.json构建是非常基本的-它包含一个dotnet restore,dotnet build和dotnet test任务:ASPN…