字节跳动运维平台研发工程师/架构师/负责人
社招全职2年以上C3801地点:北京状态:招聘
任职要求
1、本科及以上学历,计算机相关专业,并有两年及以上相关领域工作经验; 2、熟悉 Linux 环境开发,具备扎实的编程能力,熟练掌握 Go/Python/C++/Java 中至少一门程序开发语言,熟练掌握至少一个常见 Web 框架(如 Gin/Django/Spring 等)及其设计原理; 3、深入理解Linux操作系统,精通 TCP/IP、HTTP等协议,具备扎实的网络、计算机体系结构方面的知识; 4、熟悉消息中间件以及各类常见存储,如 Redis/MySQL/OSS/Kafka/RocketMQ 等; 5、具备较强的问题分析与解决能力,能够解决复杂的系统问题;具备较好的产品和服务意识,愿意将产品效果作为工作最重要的驱动因素; 6、具备较强的学习能力和逻辑思维能力,关注前沿技术,能够持续学习。具备较强的团队沟通和协作能力,有较强的 ownership。 具备以下条件之一者优先: 1、有大型系统的运维管理平台/工具开发经验者优先; 2、有海量分布式系统构建经验者优先; 3、熟悉 K8S 等云原生相关生态者优先。
工作职责
1、负责公司超大规模基础架构组件自动化运维平台的设计与开发,打造业界领先的运维基础设施平台; 2、推动存储组件的云原生化在公司内部落地,构建云原生运维生态,打造业界领先的存储云原生 PaaS 平台; 3、覆盖基础组件从研发活动到线上运维的全流程工具体系的建设,支撑业务的高速迭代与稳定性建设; 4、引导 SRE 基础运维工作朝着自动化、平台化、智能化方向演进,提升基础架构各组件体系整体运维管理效率。
包括英文材料
学历+
Linux+
https://ryanstutorials.net/linuxtutorial/
Ok, so you want to learn how to use the Bash command line interface (terminal) on Unix/Linux.
https://ubuntu.com/tutorials/command-line-for-beginners
The Linux command line is a text interface to your computer.
https://www.youtube.com/watch?v=6WatcfENsOU
In this Linux crash course, you will learn the fundamental skills and tools you need to become a proficient Linux system administrator.
https://www.youtube.com/watch?v=v392lEyM29A
Never fear the command line again, make it fear you.
https://www.youtube.com/watch?v=ZtqBQ68cfJc
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
Python+
https://liaoxuefeng.com/books/python/introduction/index.html
中文,免费,零起点,完整示例,基于最新的Python 3版本。
https://www.learnpython.org/
a free interactive Python tutorial for people who want to learn Python, fast.
https://www.youtube.com/watch?v=K5KVEU3aaeQ
Master Python from scratch 🚀 No fluff—just clear, practical coding skills to kickstart your journey!
https://www.youtube.com/watch?v=rfscVS0vtbw
This course will give you a full introduction into all of the core concepts in python.
C+++
https://www.learncpp.com/
LearnCpp.com is a free website devoted to teaching you how to program in modern C++.
https://www.youtube.com/watch?v=ZzaPdXTrSb8
Java+
https://www.youtube.com/watch?v=eIrMbAQSU34
Master Java – a must-have language for software development, Android apps, and more! ☕️ This beginner-friendly course takes you from basics to real coding skills.
Web+
https://web.dev/learn
Explore our growing collection of courses on key web design and development subjects.
Gin+
https://gin-gonic.com/en/docs/quickstart/
This guide walks you through installing Gin, setting up a project, and running your first API—so you can start building web services with confidence.
https://go.dev/doc/tutorial/web-service-gin
This tutorial introduces the basics of writing a RESTful web service API with Go and the Gin Web Framework (Gin).
Django+
https://www.youtube.com/watch?v=nGIg40xs9e4
Learn how to build a simple Django application in as fast as 20 minutes!
https://www.youtube.com/watch?v=rHux0gMZ3Eg
Learn Django and start building amazing back-ends!
Spring+
https://liaoxuefeng.com/books/java/spring/index.html
Spring是一个支持快速开发Java EE应用程序的框架。它提供了一系列底层容器和基础设施,并可以和大量常用的开源框架无缝集成,可以说是开发Java EE应用程序的必备。
https://spring.io/guides/gs/rest-service
https://spring.io/quickstart
Level up your Java code and explore what Spring can do for you.
TCP/IP+
[英文] What is TCP/IP?
https://www.techtarget.com/searchnetworking/definition/TCP-IP
TCP/IP stands for Transmission Control Protocol/Internet Protocol and is a suite of communication protocols used to interconnect network devices on the internet.
HTTP+
https://developer.mozilla.org/zh-CN/docs/Web/HTTP
超文本传输协议(HTTP)是一个用于传输超媒体文档(例如 HTML)的应用层协议。它是为 Web 浏览器与 Web 服务器之间的通信而设计的,但也可以用于其他目的。
中间件+
https://www.youtube.com/watch?v=1oWPUpMheGk
Redis+
[英文] Developer Hub
https://redis.io/dev/
Get all the tutorials, learning paths, and more you need to start building—fast.
https://www.runoob.com/redis/redis-tutorial.html
REmote DIctionary Server(Redis) 是一个由 Salvatore Sanfilippo 写的 key-value 存储系统,是跨平台的非关系型数据库。
https://www.youtube.com/watch?v=jgpVdJB2sKQ
In this video I will be covering Redis in depth from how to install it, what commands you can use, all the way to how to use it in a real world project.
MySQL+
https://juejin.cn/post/7190306988939542585
这是一篇 MySQL 通关一篇过硬核经验学习路线,包括数据库相关知识,SQL语句的使用,数据库约束,设计等。
[英文] MySQL Tutorial
https://www.mysqltutorial.org/
your go-to resource for mastering MySQL in a fast, easy, and enjoyable way.
https://www.youtube.com/watch?v=5OdVJbNCSso
MySQL SQL tutorial for beginners
https://www.youtube.com/watch?v=7S_tz1z_5bA
This beginner-friendly course teaches you SQL from scratch.
Kafka+
https://developer.confluent.io/what-is-apache-kafka/
https://www.youtube.com/watch?v=CU44hKLMg7k
https://www.youtube.com/watch?v=j4bqyAMMb7o&list=PLa7VYi0yPIH0KbnJQcMv5N9iW8HkZHztH
In this Apache Kafka fundamentals course, we introduce you to the basic Apache Kafka elements and APIs, as well as the broader Kafka ecosystem.
RocketMQ+
https://www.baeldung.com/apache-rocketmq-spring-boot
In this tutorial, we’ll create a message producer and consumer using Spring Boot and Apache RocketMQ, an open-source distributed messaging and streaming data platform.
分布式系统+
https://www.distributedsystemscourse.com/
The home page of a free online class in distributed systems.
https://www.youtube.com/watch?v=7VbL89mKK3M&list=PLOE1GTZ5ouRPbpTnrZ3Wqjamfwn_Q5Y9A
Kubernetes+
https://kubernetes.io/docs/tutorials/kubernetes-basics/
This tutorial provides a walkthrough of the basics of the Kubernetes cluster orchestration system.
https://kubernetes.io/zh-cn/docs/tutorials/kubernetes-basics/
本教程介绍 Kubernetes 集群编排系统的基础知识。每个模块包含关于 Kubernetes 主要特性和概念的一些背景信息,还包括一个在线教程供你学习。
https://www.youtube.com/watch?v=s_o8dwzRlu4
Hands-On Kubernetes Tutorial | Learn Kubernetes in 1 Hour - Kubernetes Course for Beginners
https://www.youtube.com/watch?v=X48VuDVv0do
Full Kubernetes Tutorial | Kubernetes Course | Hands-on course with a lot of demos
相关职位
社招2年以上I6492
1、负责公司超大规模基础架构组件自动化运维平台的设计与开发,打造业界领先的运维基础设施平台; 2、推动存储组件的云原生化在公司内部落地,构建云原生运维生态,打造业界领先的存储云原生 PaaS 平台; 3、覆盖基础组件从研发活动到线上运维的全流程工具体系的建设,支撑业务的高速迭代与稳定性建设; 4、引导 SRE 基础运维工作朝着自动化、平台化、智能化方向演进,提升基础架构各组件体系整体运维管理效率。
更新于 2022-05-27
社招ACG
-负责智能运维相关产品的架构设计、核心功能研发及技术优化,包括但不限于故障定位及预测、DevOps、运维自动化等 -参与大模型运维平台核心功能(部署、压测、弹性调度等)的研发及技术优化,提升模型部署效率、优化推理性能及成本 -参与大语言模型在运维领域落地的相关研发工作,支持智能运维客服、智能故障诊断等产品落地 -持续跟踪行业内大语言模型及智能运维技术的发展趋势,引入先进的技术和理念,推动平台的持续升级
更新于 2025-02-28
实习J1014
1、建设支撑快手百万微服务业务系统的智能运维平台及产品,涵盖基于优秀DevOps理念的自动化持续发布与部署平台,基于PB级海量数据的链路追踪、智能定位技术的监控平台,基于先进大数据分析、人工智能技术的稳定性保障平台; 2、负责超大规模平台和系统建设,包括技术选型、架构设计、研发工作,通过敏捷开发支持产品需求快速迭代,不断优化系统架构,支撑业务规模增长,保障服务稳定; 3、跟进业界先进理论和实践,结合公司实际业务需求,打造业界领先的智能运维体系。
更新于 2025-03-04