Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
Datasource
Material
Language
Years
  • 1
    Language: English
    Pages: 1 online resource (1 volume)
    Edition: First edition.
    Keywords: Go (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Docker's catchphrase for its containers is compelling: "Build, Ship and Run Any App, Anywhere." Go already has some of those attributes built in, including cross-compilation and the production of single executable files without dependencies. Are there any reasons, then, for Go programmers to use containers to deploy code? In this lesson, veteran developer Liz Rice outlines several advantages that containers can provide for Go programmers-such as how they help you restrict the resources that your code can access, and how you can use them to run and test your software locally with other components. You'll then look at some cases where containers wouldn't add any benefit at all. As always, it's important to use the right tool for the job, and containers can offer advantages for Go programmers in the right circumstances. This lesson provides some helpful guidelines.
    Note: Description based on online resource; title from title page (Safari, viewed February 7, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Electronic data processing ; Distributed processing ; Application software ; Development ; Open source software ; Computer networks ; Security measures ; Electronic books ; Electronic books ; local
    Abstract: Kubernetes has fundamentally changed the way DevOps teams create, manage, and operate container-based applications, but as with any production process, you can never provide enough security. This practical ebook walks you through Kubernetes security features-including when to use what-and shows you how to augment those features with container image best practices and secure network communication. Liz Rice from Aqua Security and Michael Hausenblas from Red Hat not only describe practical security techniques for Kubernetes but also maintain an accompanying website. Developers will learn how to build container images with security in mind, and ops folks will pick up techniques for configuring and operating a Kubernetes cluster more securely. Explore security concepts including defense in depth, least privilege, and limiting the attack surface Safeguard clusters by securing worker nodes and control plane components, such as the API server and the etcd key value store Learn how Kubernetes uses authentication and authorization to grant fine-grained access Secure container images against known vulnerabilities and abuse by third parties Examine security boundaries and policy enforcement features for running containers securely Learn about the options for handling secret information such as credentials Delve into advanced topics such as monitoring, alerting, and auditing, as well as sandboxing and runtime protection
    Note: Description based on online resource; title from title page (Safari, viewed January 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Language: English
    Pages: 1 online resource (1 streaming video file (36 min., 59 sec.)) , digital, sound, color
    Keywords: Go (Computer program language) ; Application software ; Development ; Electronic videos ; local
    Abstract: "Many people use container systems like Docker, but how do they work? What do people mean when they mention cgroups and namespaces, or when they describe a container as a 'lightweight virtual machine'? In this course designed for the intermediate level programmer (any language), you'll discover exactly what a container is by writing one with a surprisingly small amount of Go code. Along the way, you'll lose your fear of syscalls and learn that a container is really just a Linux process with its view of the world limited through namespaces, cgroups, and chroot."--Resource description page.
    Note: Title from title screen (viewed July 25, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 streaming video file (14 min., 26 sec.)) , digital, sound, color
    Keywords: Go (Computer program language) ; Application software ; Development ; Electronic videos ; local
    Abstract: "This video introduces you to the basics of containers, images, and orchestration as they relate to Go programming. You'll learn the advantages that containers can bring to your Go projects and explore the reasons you might want to consider using containers. The course will work best for intermediate-level programmers (any language) who are comfortable with the Linux CLI."--Resource description page.
    Note: Title from title screen (viewed July 25, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: 1st edition.
    Keywords: Computer software ; Development ; Go (Computer program language) ; Electronic data processing ; Electronic books ; Electronic books ; local
    Abstract: Are you a Go programmer looking to introduce Docker containers into your workflow? In this lesson, you'll learn how to set up a containerized development environment that rebuilds Go code automatically as you edit it. You'll learn how to use tools such as Realize, and how to generate a small and efficient container image for production distribution using Docker Multistage Builds.
    Note: Description based on online resource; title from title page (viewed January 29, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Go (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: This report shows how Go programmers can build small, efficient containers for their Go code. It explains what's inside a container image and walks you through how to build and run containers for your Go projects. What you'll learn-and how you can apply it You'll learn how to containerize the Go code you're working on, with worked examples to show you exactly what to do. You'll see how to build a container from the scratch image, and why that's a good idea for Go code. You'll also learn how to set up port bindings so that the outside work can connect to the code running in your container, and how to pass in configuration environment variables. This report is for you because... You've heard of containers, but you're not sure whether they're right for your project, or how you would use them in your daily workflow. Prerequisites We'll assume you're comfortable with the command line We're using Go in this lesson but many of the concepts are applicable to other languages as well Materials or downloads needed in advance Install Docker Install the Go tools
    Note: Description based on online resource; title from title page (Safari, viewed May 5, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Go (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Learn how to connect your Go application to containerized components, whether that includes third-party code, such as a database, or components of your own. With this report, author Liz Rice takes you through the basics of containers and orchestration, and shows you how to connect containers together in your local development environment. You'll also learn how to connect your Go application to other containerized components, even if your Go code itself is not running in a container. If you know how to build code into a container, and understand how to use the docker run command, you're ready to get started. This report covers: Foundational concepts of containers, images, and orchestration Advantages of images and orchestration, and how they affect you as a Go developer How to create customized versions of standard images Differences between a virtual machine and a container Using docker-compose to connect multiple containers
    Note: Description based on online resource; title from title page (Safari, viewed September 12, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 13 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: About the Infrastructure & Ops Superstream Series : This four-part series of half-day online events covers the most challenging and promising topics facing those working in infrastructure and operations today: site reliability engineering, security, Kubernetes, and microservices. Security is everyone’s responsibility. These sessions will get you up to speed with key techniques and best practices for securing your applications, systems, and organization. Discover how to better assess threats and develop a security-aware mindset. Learn how to detect and prevent risks and find application vulnerabilities. And explore pragmatic approaches for adding security to your delivery pipeline. What you'll learn-and how you can apply it Explore the fundamentals of security, including how to improve security within your organization Learn how to assess potential security risks that could affect your deployments with containers Understand how security should work with DevOps Discover how to evaluate your cloud environment for misconfiguration vulnerabilities and address them without slowing down innovation or removing the power that cloud computing delivers This Superstream is for you because... You’re a developer new to or looking to enter a security role. You want to learn about DevSecOps. You want to get started with bug hunting. You want to become well-versed in the foundations and best practices of security. Prerequisites: Come with your questions Have a pen and paper handy to capture notes, insights, and inspiration Recommended follow-up: Read Container Security (book) Read Web Application Security (book) Read Practical Cloud Security (book) Take Windows Network Security Fundamentals (live online training course with Glenn Weadock)
    Note: Online resource; Title from title screen (viewed October 5, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Helion | Boston, MA : Safari
    ISBN: 9788328372283
    Language: English
    Pages: 1 online resource (184 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Autorka Liz Rice, wiceprezydent działu Open Source Engineering w firmie Aqua Security, pokazała, jak w systemie Linux zostały skonstruowane komponenty, na podstawie których są najczęściej tworzone kontenery. Dzięki tej książce zrozumiesz, co się dzieje podczas wdrażania kontenerów i poznasz potencjalne niebezpieczeństwa zagrażające Twoim wdrożeniom. Jeżeli za pomocą poleceń kubectrl lub docker uruchamiasz aplikacje w kontenerach i używasz poleceń powłoki systemu Linux, takich jak ps i grep, masz wiedzę wystarczającą do rozpoczęcia lektury.
    Note: Online resource; Title from title page (viewed February 10, 2025) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media, Inc.
    Language: English
    Pages: 1 online resource (52 pages) , color illustrations
    Edition: First edition.
    DDC: 005.3
    Keywords: Application software Development ; Automation ; Open source software ; Computer security ; Computer Security ; Logiciels d'application ; Développement ; Automatisation ; Logiciels libres ; Sécurité informatique ; Electronic books
    Abstract: In just the past few years, the extended Berkeley Packet Filter (eBPF) has gone from relative obscurity to one of the hottest technology areas in modern infrastructure computing. With this report, Liz Rice dives into eBPF and explains how this framework enables networking, security, and observability tooling for modern compute environments. SREs, ops engineers, and engineering team leads will learn what eBPF is and why it's so powerful. Rice, chief open source officer at Isovalent, shows you how to load and run custom eBPF programs within the kernel of your operating system, modifying the way the kernel behaves. You'll learn what's required to build eBPF-enabled tools, and why eBPF has become so prevalent in such a short period of time. With this report, you will: Learn why the ability to dynamically change the kernel behavior is so useful, and how eBPF is a game-changer when it comes to making kernel changes See what's involved in writing eBPF code with a programming example to understand how the process works Explore an overview of eBPF-enabled tools that you can use to instrument your cloud native applications.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...